Color Hex Logo

#d096ac Color Hex

#D096AC
(208,150,172)
0 Favorites   0 Comments

Color spaces of #d096ac

RGB 208150172
HSL0.940.380.70
HSV337°28°82°
CMYK 0.000.280.17   0.18
XYZ44.365238.201144.0650
Yxy38.20110.35030.3017
Hunter Lab61.807019.96530.9944
CIE-Lab68.168625.0612-2.8180

#d096ac color RGB value is (208,150,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 10101100
Octal 320 226 254
Decimal 208 150 172
Hex D0 96 AC

RGB Percentages of Color #d096ac

%39.25
%28.30
%32.45

CMYK Percentages of Color #d096ac

%0
%28
%17
%18

Triadic Colors of #d096ac

#d096ac #acd096 #96acd0

Analogous Colors of #d096ac

#d096ac #d09d96 #d096c9

Monochromatic Colors of #d096ac

#d096ac

Complementary Color

#d096ac #96d0ba

#d096ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d096ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d096ac Color CSS Codes

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

#d096ac Text Font Color

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

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


#d096ac Background Color

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

This div background color is #d096ac


#d096ac Border Color

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

This div border color is #d096ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d096ac


Comments

No comments written yet.

Please login to write comment.