Color Hex Logo

#d856ac Color Hex

#D856AC
(216,86,172)
0 Favorites   0 Comments

Color spaces of #d856ac

RGB 21686172
HSL0.890.630.59
HSV320°60°85°
CMYK 0.000.600.20   0.15
XYZ39.093124.233141.6467
Yxy24.23310.37240.2309
Hunter Lab49.227155.6060-15.7010
CIE-Lab56.320460.1150-20.4885

#d856ac color RGB value is (216,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010110 10101100
Octal 330 126 254
Decimal 216 86 172
Hex D8 56 AC

RGB Percentages of Color #d856ac

%45.57
%18.14
%36.29

CMYK Percentages of Color #d856ac

%0
%60
%20
%15

Triadic Colors of #d856ac

#d856ac #acd856 #56acd8

Analogous Colors of #d856ac

#d856ac #d8566b #c356d8

Monochromatic Colors of #d856ac

#d856ac

Complementary Color

#d856ac #56d882

#d856ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d856ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d856ac Color CSS Codes

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

#d856ac Text Font Color

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

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


#d856ac Background Color

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

This div background color is #d856ac


#d856ac Border Color

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

This div border color is #d856ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d856ac


Comments

No comments written yet.

Please login to write comment.