Color Hex Logo

#cc09ca Color Hex

#CC09CA
(204,9,202)
0 Favorites   0 Comments

Color spaces of #cc09ca

RGB 2049202
HSL0.840.920.42
HSV301°96°80°
CMYK 0.000.960.01   0.20
XYZ35.660217.297057.3363
Yxy17.29700.32330.1568
Hunter Lab41.589780.2692-52.6256
CIE-Lab48.632182.0350-50.0706

#cc09ca color RGB value is (204,9,202).

#cc09ca hex color red value is 204, green value is 9 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc09ca hue: 0.84 , saturation: 0.92 and the lightness value of cc09ca is 0.42.

The process color (four color CMYK) of #cc09ca color hex is 0.00, 0.96, 0.01, 0.20. Web safe color of #cc09ca is #cc00cc. Color #cc09ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001001 11001010
Octal 314 11 312
Decimal 204 9 202
Hex CC 9 CA

RGB Percentages of Color #cc09ca

%49.16
%2.17
%48.67

CMYK Percentages of Color #cc09ca

%0
%96
%1
%20

Triadic Colors of #cc09ca

#cc09ca #cacc09 #09cacc

Analogous Colors of #cc09ca

#cc09ca #cc0969 #6d09cc

Monochromatic Colors of #cc09ca

#cc09ca

Complementary Color

#cc09ca #09cc0b

#cc09ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc09ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc09ca Color CSS Codes

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

#cc09ca Text Font Color

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

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


#cc09ca Background Color

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

This div background color is #cc09ca


#cc09ca Border Color

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

This div border color is #cc09ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc09ca


Comments

No comments written yet.

Please login to write comment.