Color Hex Logo

#cc66ca Color Hex

#CC66CA
(204,102,202)
0 Favorites   0 Comments

Color spaces of #cc66ca

RGB 204102202
HSL0.840.500.60
HSV301°50°80°
CMYK 0.000.500.01   0.20
XYZ40.313926.604458.8875
Yxy26.60440.32040.2115
Hunter Lab51.579549.2495-31.5849
CIE-Lab58.606454.0929-34.3171

#cc66ca color RGB value is (204,102,202).

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

The process color (four color CMYK) of #cc66ca color hex is 0.00, 0.50, 0.01, 0.20. Web safe color of #cc66ca is #cc66cc. Color #cc66ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 11001010
Octal 314 146 312
Decimal 204 102 202
Hex CC 66 CA

RGB Percentages of Color #cc66ca

%40.16
%20.08
%39.76

CMYK Percentages of Color #cc66ca

%0
%50
%1
%20

Triadic Colors of #cc66ca

#cc66ca #cacc66 #66cacc

Analogous Colors of #cc66ca

#cc66ca #cc6697 #9b66cc

Monochromatic Colors of #cc66ca

#cc66ca

Complementary Color

#cc66ca #66cc68

#cc66ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc66ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc66ca Color CSS Codes

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

#cc66ca Text Font Color

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

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


#cc66ca Background Color

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

This div background color is #cc66ca


#cc66ca Border Color

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

This div border color is #cc66ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc66ca


Comments

No comments written yet.

Please login to write comment.