Color Hex Logo

#d080ac Color Hex

#D080AC
(208,128,172)
0 Favorites   0 Comments

Color spaces of #d080ac

RGB 208128172
HSL0.910.460.66
HSV327°38°82°
CMYK 0.000.380.17   0.18
XYZ41.178031.826843.0026
Yxy31.82680.35500.2744
Hunter Lab56.415231.5621-5.7032
CIE-Lab63.199536.9601-10.1868

#d080ac color RGB value is (208,128,172).

#d080ac hex color red value is 208, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d080ac hue: 0.91 , saturation: 0.46 and the lightness value of d080ac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 10101100
Octal 320 200 254
Decimal 208 128 172
Hex D0 80 AC

RGB Percentages of Color #d080ac

%40.94
%25.20
%33.86

CMYK Percentages of Color #d080ac

%0
%38
%17
%18

Triadic Colors of #d080ac

#d080ac #acd080 #80acd0

Analogous Colors of #d080ac

#d080ac #d08084 #cc80d0

Monochromatic Colors of #d080ac

#d080ac

Complementary Color

#d080ac #80d0a4

#d080ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d080ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d080ac Color CSS Codes

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

#d080ac Text Font Color

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

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


#d080ac Background Color

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

This div background color is #d080ac


#d080ac Border Color

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

This div border color is #d080ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d080ac


Comments

No comments written yet.

Please login to write comment.