Color Hex Logo

#d859ac Color Hex

#D859AC
(216,89,172)
0 Favorites   0 Comments

Color spaces of #d859ac

RGB 21689172
HSL0.890.620.60
HSV321°59°85°
CMYK 0.000.590.20   0.15
XYZ39.337724.722241.7283
Yxy24.72220.37190.2337
Hunter Lab49.721454.2099-14.9537
CIE-Lab56.803758.8056-19.7500

#d859ac color RGB value is (216,89,172).

#d859ac hex color red value is 216, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d859ac hue: 0.89 , saturation: 0.62 and the lightness value of d859ac is 0.60.

The process color (four color CMYK) of #d859ac color hex is 0.00, 0.59, 0.20, 0.15. Web safe color of #d859ac is #cc6699. Color #d859ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011001 10101100
Octal 330 131 254
Decimal 216 89 172
Hex D8 59 AC

RGB Percentages of Color #d859ac

%45.28
%18.66
%36.06

CMYK Percentages of Color #d859ac

%0
%59
%20
%15

Triadic Colors of #d859ac

#d859ac #acd859 #59acd8

Analogous Colors of #d859ac

#d859ac #d8596d #c559d8

Monochromatic Colors of #d859ac

#d859ac

Complementary Color

#d859ac #59d885

#d859ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d859ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d859ac Color CSS Codes

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

#d859ac Text Font Color

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

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


#d859ac Background Color

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

This div background color is #d859ac


#d859ac Border Color

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

This div border color is #d859ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d859ac


Comments

No comments written yet.

Please login to write comment.