Color Hex Logo

#cc0cab Color Hex

#CC0CAB
(204,12,171)
0 Favorites   0 Comments

Color spaces of #cc0cab

RGB 20412171
HSL0.860.890.42
HSV310°94°80°
CMYK 0.000.940.16   0.20
XYZ32.384016.040639.9174
Yxy16.04060.36660.1816
Hunter Lab40.050774.2418-31.0571
CIE-Lab47.027777.5501-34.4725

#cc0cab color RGB value is (204,12,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001100 10101011
Octal 314 14 253
Decimal 204 12 171
Hex CC C AB

RGB Percentages of Color #cc0cab

%52.71
%3.10
%44.19

CMYK Percentages of Color #cc0cab

%0
%94
%16
%20

Triadic Colors of #cc0cab

#cc0cab #abcc0c #0cabcc

Analogous Colors of #cc0cab

#cc0cab #cc0c4b #8d0ccc

Monochromatic Colors of #cc0cab

#cc0cab

Complementary Color

#cc0cab #0ccc2d

#cc0cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0cab Color CSS Codes

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

#cc0cab Text Font Color

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

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


#cc0cab Background Color

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

This div background color is #cc0cab


#cc0cab Border Color

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

This div border color is #cc0cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0cab


Comments

No comments written yet.

Please login to write comment.