Color Hex Logo

#dc20ad Color Hex

#DC20AD
(220,32,173)
0 Favorites   0 Comments

Color spaces of #dc20ad

RGB 22032173
HSL0.880.750.49
HSV315°85°86°
CMYK 0.000.850.21   0.14
XYZ37.574519.265841.2734
Yxy19.26580.38300.1964
Hunter Lab43.892875.9927-25.0267
CIE-Lab50.996778.1834-29.2322

#dc20ad color RGB value is (220,32,173).

#dc20ad hex color red value is 220, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc20ad hue: 0.88 , saturation: 0.75 and the lightness value of dc20ad is 0.49.

The process color (four color CMYK) of #dc20ad color hex is 0.00, 0.85, 0.21, 0.14. Web safe color of #dc20ad is #cc3399. Color #dc20ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 10101101
Octal 334 40 255
Decimal 220 32 173
Hex DC 20 AD

RGB Percentages of Color #dc20ad

%51.76
%7.53
%40.71

CMYK Percentages of Color #dc20ad

%0
%85
%21
%14

Triadic Colors of #dc20ad

#dc20ad #addc20 #20addc

Analogous Colors of #dc20ad

#dc20ad #dc204f #ad20dc

Monochromatic Colors of #dc20ad

#dc20ad

Complementary Color

#dc20ad #20dc4f

#dc20ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc20ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc20ad Color CSS Codes

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

#dc20ad Text Font Color

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

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


#dc20ad Background Color

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

This div background color is #dc20ad


#dc20ad Border Color

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

This div border color is #dc20ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,32,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc20ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc20ad


Comments

No comments written yet.

Please login to write comment.