Color Hex Logo

#d089ac Color Hex

#D089AC
(208,137,172)
0 Favorites   0 Comments

Color spaces of #d089ac

RGB 208137172
HSL0.920.430.68
HSV330°34°82°
CMYK 0.000.340.17   0.18
XYZ42.404534.279843.4114
Yxy34.27980.35310.2854
Hunter Lab58.549026.8192-2.9766
CIE-Lab65.184132.1254-7.2286

#d089ac color RGB value is (208,137,172).

#d089ac hex color red value is 208, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d089ac hue: 0.92 , saturation: 0.43 and the lightness value of d089ac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 10101100
Octal 320 211 254
Decimal 208 137 172
Hex D0 89 AC

RGB Percentages of Color #d089ac

%40.23
%26.50
%33.27

CMYK Percentages of Color #d089ac

%0
%34
%17
%18

Triadic Colors of #d089ac

#d089ac #acd089 #89acd0

Analogous Colors of #d089ac

#d089ac #d08a89 #d089d0

Monochromatic Colors of #d089ac

#d089ac

Complementary Color

#d089ac #89d0ad

#d089ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089ac Color CSS Codes

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

#d089ac Text Font Color

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

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


#d089ac Background Color

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

This div background color is #d089ac


#d089ac Border Color

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

This div border color is #d089ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,137,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 #d089ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089ac


Comments

No comments written yet.

Please login to write comment.