Color Hex Logo

#ca00cc Color Hex

#CA00CC
(202,0,204)
0 Favorites   0 Comments

Color spaces of #ca00cc

RGB 2020204
HSL0.831.000.40
HSV299°100°80°
CMYK 0.011.000.00   0.20
XYZ35.256216.916258.5337
Yxy16.91620.31850.1528
Hunter Lab41.129381.0346-55.5888
CIE-Lab48.154382.7276-52.0109

#ca00cc color RGB value is (202,0,204).

#ca00cc hex color red value is 202, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca00cc hue: 0.83 , saturation: 1.00 and the lightness value of ca00cc is 0.40.

The process color (four color CMYK) of #ca00cc color hex is 0.01, 1.00, 0.00, 0.20. Web safe color of #ca00cc is #cc00cc. Color #ca00cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 11001100
Octal 312 0 314
Decimal 202 0 204
Hex CA 0 CC

RGB Percentages of Color #ca00cc

%49.75
%0.00
%50.25

CMYK Percentages of Color #ca00cc

%1
%100
%0
%20

Triadic Colors of #ca00cc

#ca00cc #ccca00 #00ccca

Analogous Colors of #ca00cc

#ca00cc #cc0068 #6400cc

Monochromatic Colors of #ca00cc

#ca00cc

Complementary Color

#ca00cc #02cc00

#ca00cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca00cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca00cc Color CSS Codes

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

#ca00cc Text Font Color

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

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


#ca00cc Background Color

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

This div background color is #ca00cc


#ca00cc Border Color

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

This div border color is #ca00cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca00cc


Comments

No comments written yet.

Please login to write comment.