Color Hex Logo

#d853ac Color Hex

#D853AC
(216,83,172)
0 Favorites   0 Comments

Color spaces of #d853ac

RGB 21683172
HSL0.890.630.59
HSV320°62°85°
CMYK 0.000.620.20   0.15
XYZ38.858623.764041.5686
Yxy23.76400.37300.2281
Hunter Lab48.748356.9775-16.4338
CIE-Lab55.850761.3946-21.2075

#d853ac color RGB value is (216,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010011 10101100
Octal 330 123 254
Decimal 216 83 172
Hex D8 53 AC

RGB Percentages of Color #d853ac

%45.86
%17.62
%36.52

CMYK Percentages of Color #d853ac

%0
%62
%20
%15

Triadic Colors of #d853ac

#d853ac #acd853 #53acd8

Analogous Colors of #d853ac

#d853ac #d8536a #c253d8

Monochromatic Colors of #d853ac

#d853ac

Complementary Color

#d853ac #53d87f

#d853ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d853ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d853ac Color CSS Codes

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

#d853ac Text Font Color

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

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


#d853ac Background Color

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

This div background color is #d853ac


#d853ac Border Color

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

This div border color is #d853ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d853ac


Comments

No comments written yet.

Please login to write comment.