Color Hex Logo

#cc01ad Color Hex

#CC01AD
(204,1,173)
0 Favorites   0 Comments

Color spaces of #cc01ad

RGB 2041173
HSL0.860.990.40
HSV309°100°80°
CMYK 0.001.000.15   0.20
XYZ32.455515.876240.8890
Yxy15.87620.36380.1779
Hunter Lab39.844975.6676-32.9521
CIE-Lab46.811678.7382-35.9971

#cc01ad color RGB value is (204,1,173).

#cc01ad hex color red value is 204, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc01ad hue: 0.86 , saturation: 0.99 and the lightness value of cc01ad is 0.40.

The process color (four color CMYK) of #cc01ad color hex is 0.00, 1.00, 0.15, 0.20. Web safe color of #cc01ad is #cc0099. Color #cc01ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 10101101
Octal 314 1 255
Decimal 204 1 173
Hex CC 1 AD

RGB Percentages of Color #cc01ad

%53.97
%0.26
%45.77

CMYK Percentages of Color #cc01ad

%0
%100
%15
%20

Triadic Colors of #cc01ad

#cc01ad #adcc01 #01adcc

Analogous Colors of #cc01ad

#cc01ad #cc0148 #8601cc

Monochromatic Colors of #cc01ad

#cc01ad

Complementary Color

#cc01ad #01cc20

#cc01ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc01ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc01ad Color CSS Codes

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

#cc01ad Text Font Color

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

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


#cc01ad Background Color

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

This div background color is #cc01ad


#cc01ad Border Color

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

This div border color is #cc01ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc01ad


Comments

No comments written yet.

Please login to write comment.