Color Hex Logo

#cc1caa Color Hex

#CC1CAA
(204,28,170)
0 Favorites   0 Comments

Color spaces of #cc1caa

RGB 20428170
HSL0.870.760.45
HSV312°86°80°
CMYK 0.000.860.17   0.20
XYZ32.572816.570239.5118
Yxy16.57020.36740.1869
Hunter Lab40.706571.5969-29.0553
CIE-Lab47.713975.2699-32.8031

#cc1caa color RGB value is (204,28,170).

#cc1caa hex color red value is 204, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cc1caa hue: 0.87 , saturation: 0.76 and the lightness value of cc1caa is 0.45.

The process color (four color CMYK) of #cc1caa color hex is 0.00, 0.86, 0.17, 0.20. Web safe color of #cc1caa is #cc3399. Color #cc1caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011100 10101010
Octal 314 34 252
Decimal 204 28 170
Hex CC 1C AA

RGB Percentages of Color #cc1caa

%50.75
%6.97
%42.29

CMYK Percentages of Color #cc1caa

%0
%86
%17
%20

Triadic Colors of #cc1caa

#cc1caa #aacc1c #1caacc

Analogous Colors of #cc1caa

#cc1caa #cc1c52 #961ccc

Monochromatic Colors of #cc1caa

#cc1caa

Complementary Color

#cc1caa #1ccc3e

#cc1caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1caa Color CSS Codes

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

#cc1caa Text Font Color

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

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


#cc1caa Background Color

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

This div background color is #cc1caa


#cc1caa Border Color

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

This div border color is #cc1caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1caa


Comments

No comments written yet.

Please login to write comment.