Color Hex Logo

#d185aa Color Hex

#D185AA
(209,133,170)
0 Favorites   0 Comments

Color spaces of #d185aa

RGB 209133170
HSL0.920.450.67
HSV331°36°82°
CMYK 0.000.360.19   0.18
XYZ41.937733.232642.2344
Yxy33.23260.35720.2831
Hunter Lab57.647728.9721-3.0842
CIE-Lab64.348834.3186-7.3262

#d185aa color RGB value is (209,133,170).

#d185aa hex color red value is 209, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d185aa hue: 0.92 , saturation: 0.45 and the lightness value of d185aa is 0.67.

The process color (four color CMYK) of #d185aa color hex is 0.00, 0.36, 0.19, 0.18. Web safe color of #d185aa is #cc9999. Color #d185aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 10101010
Octal 321 205 252
Decimal 209 133 170
Hex D1 85 AA

RGB Percentages of Color #d185aa

%40.82
%25.98
%33.20

CMYK Percentages of Color #d185aa

%0
%36
%19
%18

Triadic Colors of #d185aa

#d185aa #aad185 #85aad1

Analogous Colors of #d185aa

#d185aa #d18685 #d185d0

Monochromatic Colors of #d185aa

#d185aa

Complementary Color

#d185aa #85d1ac

#d185aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185aa Color CSS Codes

.mybgcolor {background-color:#d185aa; } 
.myforecolor {color:#d185aa; }
.mybordercolor {border:3px solid #d185aa; }

#d185aa Text Font Color

<p style="color:#d185aa">Text here</p>

This sample text font color is #d185aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d185aa Background Color

<div style="background-color:#d185aa">
Div content here</div>

This div background color is #d185aa


#d185aa Border Color

<div style="border:3px solid #d185aa">
Div here</div>

This div border color is #d185aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,133,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d185aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d185aa;
  -webkit-box-shadow: 1px 1px 3px 2px #d185aa;
  box-shadow:         1px 1px 3px 2px #d185aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,133,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d185aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d185aa;
  -webkit-box-shadow: 1px 1px 3px 2px #d185aa;
  box-shadow:         1px 1px 3px 2px #d185aa;">
Div content here</div>

This div box has shadow with color #d185aa


Comments

No comments written yet.

Please login to write comment.