Color Hex Logo

#d187ac Color Hex

#D187AC
(209,135,172)
0 Favorites   0 Comments

Color spaces of #d187ac

RGB 209135172
HSL0.920.450.67
HSV330°35°82°
CMYK 0.000.350.18   0.18
XYZ42.404933.861843.3307
Yxy33.86180.35460.2831
Hunter Lab58.190928.2426-3.4155
CIE-Lab64.852733.5548-7.7086

#d187ac color RGB value is (209,135,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000111 10101100
Octal 321 207 254
Decimal 209 135 172
Hex D1 87 AC

RGB Percentages of Color #d187ac

%40.50
%26.16
%33.33

CMYK Percentages of Color #d187ac

%0
%35
%18
%18

Triadic Colors of #d187ac

#d187ac #acd187 #87acd1

Analogous Colors of #d187ac

#d187ac #d18787 #d187d1

Monochromatic Colors of #d187ac

#d187ac

Complementary Color

#d187ac #87d1ac

#d187ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d187ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d187ac Color CSS Codes

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

#d187ac Text Font Color

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

This sample text font color is #d187ac
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.


#d187ac Background Color

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

This div background color is #d187ac


#d187ac Border Color

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

This div border color is #d187ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d187ac


Comments

No comments written yet.

Please login to write comment.