Color Hex Logo

#cc00ab Color Hex

#CC00AB
(204,0,171)
0 Favorites   0 Comments

Color spaces of #cc00ab

RGB 2040171
HSL0.861.000.40
HSV310°100°80°
CMYK 0.001.000.16   0.20
XYZ32.252515.777639.8736
Yxy15.77760.36690.1795
Hunter Lab39.721075.4258-31.7130
CIE-Lab46.681378.5697-35.0173

#cc00ab color RGB value is (204,0,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 10101011
Octal 314 0 253
Decimal 204 0 171
Hex CC 0 AB

RGB Percentages of Color #cc00ab

%54.40
%0.00
%45.60

CMYK Percentages of Color #cc00ab

%0
%100
%16
%20

Triadic Colors of #cc00ab

#cc00ab #abcc00 #00abcc

Analogous Colors of #cc00ab

#cc00ab #cc0045 #8700cc

Monochromatic Colors of #cc00ab

#cc00ab

Complementary Color

#cc00ab #00cc21

#cc00ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc00ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc00ab Color CSS Codes

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

#cc00ab Text Font Color

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

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


#cc00ab Background Color

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

This div background color is #cc00ab


#cc00ab Border Color

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

This div border color is #cc00ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc00ab


Comments

No comments written yet.

Please login to write comment.