Color Hex Logo

#cc0cad Color Hex

#CC0CAD
(204,12,173)
0 Favorites   0 Comments

Color spaces of #cc0cad

RGB 20412173
HSL0.860.890.42
HSV310°94°80°
CMYK 0.000.940.15   0.20
XYZ32.576116.117440.9292
Yxy16.11740.36350.1798
Hunter Lab40.146574.5841-32.3434
CIE-Lab47.128177.8064-35.4987

#cc0cad color RGB value is (204,12,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001100 10101101
Octal 314 14 255
Decimal 204 12 173
Hex CC C AD

RGB Percentages of Color #cc0cad

%52.44
%3.08
%44.47

CMYK Percentages of Color #cc0cad

%0
%94
%15
%20

Triadic Colors of #cc0cad

#cc0cad #adcc0c #0cadcc

Analogous Colors of #cc0cad

#cc0cad #cc0c4d #8b0ccc

Monochromatic Colors of #cc0cad

#cc0cad

Complementary Color

#cc0cad #0ccc2b

#cc0cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0cad Color CSS Codes

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

#cc0cad Text Font Color

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

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


#cc0cad Background Color

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

This div background color is #cc0cad


#cc0cad Border Color

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

This div border color is #cc0cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0cad


Comments

No comments written yet.

Please login to write comment.