Color Hex Logo

#d820ac Color Hex

#D820AC
(216,32,172)
0 Favorites   0 Comments

Color spaces of #d820ac

RGB 21632172
HSL0.870.740.49
HSV314°85°85°
CMYK 0.000.850.20   0.15
XYZ36.281818.610540.7096
Yxy18.61050.37950.1947
Hunter Lab43.139974.6285-25.7520
CIE-Lab50.228477.2379-29.8949

#d820ac color RGB value is (216,32,172).

#d820ac hex color red value is 216, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d820ac hue: 0.87 , saturation: 0.74 and the lightness value of d820ac is 0.49.

The process color (four color CMYK) of #d820ac color hex is 0.00, 0.85, 0.20, 0.15. Web safe color of #d820ac is #cc3399. Color #d820ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100000 10101100
Octal 330 40 254
Decimal 216 32 172
Hex D8 20 AC

RGB Percentages of Color #d820ac

%51.43
%7.62
%40.95

CMYK Percentages of Color #d820ac

%0
%85
%20
%15

Triadic Colors of #d820ac

#d820ac #acd820 #20acd8

Analogous Colors of #d820ac

#d820ac #d82050 #a820d8

Monochromatic Colors of #d820ac

#d820ac

Complementary Color

#d820ac #20d84c

#d820ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d820ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d820ac Color CSS Codes

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

#d820ac Text Font Color

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

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


#d820ac Background Color

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

This div background color is #d820ac


#d820ac Border Color

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

This div border color is #d820ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d820ac


Comments

No comments written yet.

Please login to write comment.