Color Hex Logo

#d081ac Color Hex

#D081AC
(208,129,172)
0 Favorites   0 Comments

Color spaces of #d081ac

RGB 208129172
HSL0.910.460.66
HSV327°38°82°
CMYK 0.000.380.17   0.18
XYZ41.309132.089043.0463
Yxy32.08900.35480.2756
Hunter Lab56.647231.0360-5.4016
CIE-Lab63.416436.4262-9.8626

#d081ac color RGB value is (208,129,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 10101100
Octal 320 201 254
Decimal 208 129 172
Hex D0 81 AC

RGB Percentages of Color #d081ac

%40.86
%25.34
%33.79

CMYK Percentages of Color #d081ac

%0
%38
%17
%18

Triadic Colors of #d081ac

#d081ac #acd081 #81acd0

Analogous Colors of #d081ac

#d081ac #d08185 #cd81d0

Monochromatic Colors of #d081ac

#d081ac

Complementary Color

#d081ac #81d0a5

#d081ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081ac Color CSS Codes

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

#d081ac Text Font Color

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

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


#d081ac Background Color

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

This div background color is #d081ac


#d081ac Border Color

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

This div border color is #d081ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081ac


Comments

No comments written yet.

Please login to write comment.