Color Hex Logo

#cc01af Color Hex

#CC01AF
(204,1,175)
0 Favorites   0 Comments

Color spaces of #cc01af

RGB 2041175
HSL0.860.990.40
HSV309°100°80°
CMYK 0.001.000.14   0.20
XYZ32.650615.954241.9160
Yxy15.95420.36070.1762
Hunter Lab39.942776.0125-34.2592
CIE-Lab46.914378.9945-37.0181

#cc01af color RGB value is (204,1,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 10101111
Octal 314 1 257
Decimal 204 1 175
Hex CC 1 AF

RGB Percentages of Color #cc01af

%53.68
%0.26
%46.05

CMYK Percentages of Color #cc01af

%0
%100
%14
%20

Triadic Colors of #cc01af

#cc01af #afcc01 #01afcc

Analogous Colors of #cc01af

#cc01af #cc0149 #8401cc

Monochromatic Colors of #cc01af

#cc01af

Complementary Color

#cc01af #01cc1e

#cc01af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc01af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc01af Color CSS Codes

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

#cc01af Text Font Color

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

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


#cc01af Background Color

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

This div background color is #cc01af


#cc01af Border Color

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

This div border color is #cc01af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,1,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc01af


Comments

No comments written yet.

Please login to write comment.