Color Hex Logo

#dc00ad Color Hex

#DC00AD
(220,0,173)
0 Favorites   0 Comments

Color spaces of #dc00ad

RGB 2200173
HSL0.871.000.43
HSV313°100°86°
CMYK 0.001.000.21   0.14
XYZ37.058018.232841.1013
Yxy18.23280.38450.1892
Hunter Lab42.699980.1902-27.1804
CIE-Lab49.777381.7506-31.1333

#dc00ad color RGB value is (220,0,173).

#dc00ad hex color red value is 220, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc00ad hue: 0.87 , saturation: 1.00 and the lightness value of dc00ad is 0.43.

The process color (four color CMYK) of #dc00ad color hex is 0.00, 1.00, 0.21, 0.14. Web safe color of #dc00ad is #cc0099. Color #dc00ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 10101101
Octal 334 0 255
Decimal 220 0 173
Hex DC 0 AD

RGB Percentages of Color #dc00ad

%55.98
%0.00
%44.02

CMYK Percentages of Color #dc00ad

%0
%100
%21
%14

Triadic Colors of #dc00ad

#dc00ad #addc00 #00addc

Analogous Colors of #dc00ad

#dc00ad #dc003f #9d00dc

Monochromatic Colors of #dc00ad

#dc00ad

Complementary Color

#dc00ad #00dc2f

#dc00ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc00ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc00ad Color CSS Codes

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

#dc00ad Text Font Color

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

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


#dc00ad Background Color

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

This div background color is #dc00ad


#dc00ad Border Color

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

This div border color is #dc00ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc00ad


Comments

No comments written yet.

Please login to write comment.