Color Hex Logo

#d020ac Color Hex

#D020AC
(208,32,172)
0 Favorites   0 Comments

Color spaces of #d020ac

RGB 20832172
HSL0.870.730.47
HSV312°85°82°
CMYK 0.000.850.17   0.18
XYZ33.975317.421540.6017
Yxy17.42150.36930.1894
Hunter Lab41.739172.2543-28.4570
CIE-Lab48.786875.5967-32.2529

#d020ac color RGB value is (208,32,172).

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

The process color (four color CMYK) of #d020ac color hex is 0.00, 0.85, 0.17, 0.18. Web safe color of #d020ac is #cc3399. Color #d020ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 10101100
Octal 320 40 254
Decimal 208 32 172
Hex D0 20 AC

RGB Percentages of Color #d020ac

%50.49
%7.77
%41.75

CMYK Percentages of Color #d020ac

%0
%85
%17
%18

Triadic Colors of #d020ac

#d020ac #acd020 #20acd0

Analogous Colors of #d020ac

#d020ac #d02054 #9c20d0

Monochromatic Colors of #d020ac

#d020ac

Complementary Color

#d020ac #20d044

#d020ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d020ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d020ac Color CSS Codes

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

#d020ac Text Font Color

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

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


#d020ac Background Color

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

This div background color is #d020ac


#d020ac Border Color

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

This div border color is #d020ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d020ac


Comments

No comments written yet.

Please login to write comment.