Color Hex Logo

#d098ac Color Hex

#D098AC
(208,152,172)
0 Favorites   0 Comments

Color spaces of #d098ac

RGB 208152172
HSL0.940.370.71
HSV339°27°82°
CMYK 0.000.270.17   0.18
XYZ44.687138.844944.1723
Yxy38.84490.34990.3042
Hunter Lab62.325718.91341.6072
CIE-Lab68.638823.9703-2.1273

#d098ac color RGB value is (208,152,172).

#d098ac hex color red value is 208, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d098ac hue: 0.94 , saturation: 0.37 and the lightness value of d098ac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 10101100
Octal 320 230 254
Decimal 208 152 172
Hex D0 98 AC

RGB Percentages of Color #d098ac

%39.10
%28.57
%32.33

CMYK Percentages of Color #d098ac

%0
%27
%17
%18

Triadic Colors of #d098ac

#d098ac #acd098 #98acd0

Analogous Colors of #d098ac

#d098ac #d0a098 #d098c8

Monochromatic Colors of #d098ac

#d098ac

Complementary Color

#d098ac #98d0bc

#d098ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d098ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d098ac Color CSS Codes

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

#d098ac Text Font Color

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

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


#d098ac Background Color

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

This div background color is #d098ac


#d098ac Border Color

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

This div border color is #d098ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d098ac


Comments

No comments written yet.

Please login to write comment.