Color Hex Logo

#cc02ab Color Hex

#CC02AB
(204,2,171)
0 Favorites   0 Comments

Color spaces of #cc02ab

RGB 2042171
HSL0.860.980.40
HSV310°99°80°
CMYK 0.000.990.16   0.20
XYZ32.274215.821139.8808
Yxy15.82110.36690.1798
Hunter Lab39.775775.2281-31.6036
CIE-Lab46.738978.3999-34.9267

#cc02ab color RGB value is (204,2,171).

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

The process color (four color CMYK) of #cc02ab color hex is 0.00, 0.99, 0.16, 0.20. Web safe color of #cc02ab is #cc0099. Color #cc02ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 10101011
Octal 314 2 253
Decimal 204 2 171
Hex CC 2 AB

RGB Percentages of Color #cc02ab

%54.11
%0.53
%45.36

CMYK Percentages of Color #cc02ab

%0
%99
%16
%20

Triadic Colors of #cc02ab

#cc02ab #abcc02 #02abcc

Analogous Colors of #cc02ab

#cc02ab #cc0246 #8802cc

Monochromatic Colors of #cc02ab

#cc02ab

Complementary Color

#cc02ab #02cc23

#cc02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc02ab Color CSS Codes

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

#cc02ab Text Font Color

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

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


#cc02ab Background Color

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

This div background color is #cc02ab


#cc02ab Border Color

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

This div border color is #cc02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc02ab


Comments

No comments written yet.

Please login to write comment.