Color Hex Logo

#ca17cc Color Hex

#CA17CC
(202,23,204)
0 Favorites   0 Comments

Color spaces of #ca17cc

RGB 20223204
HSL0.830.800.45
HSV299°89°80°
CMYK 0.010.890.00   0.20
XYZ35.562617.529058.6358
Yxy17.52900.31830.1569
Hunter Lab41.867678.3504-53.7285
CIE-Lab48.919880.4657-50.7856

#ca17cc color RGB value is (202,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 11001100
Octal 312 27 314
Decimal 202 23 204
Hex CA 17 CC

RGB Percentages of Color #ca17cc

%47.09
%5.36
%47.55

CMYK Percentages of Color #ca17cc

%1
%89
%0
%20

Triadic Colors of #ca17cc

#ca17cc #ccca17 #17ccca

Analogous Colors of #ca17cc

#ca17cc #cc1774 #7017cc

Monochromatic Colors of #ca17cc

#ca17cc

Complementary Color

#ca17cc #19cc17

#ca17cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca17cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca17cc Color CSS Codes

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

#ca17cc Text Font Color

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

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


#ca17cc Background Color

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

This div background color is #ca17cc


#ca17cc Border Color

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

This div border color is #ca17cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca17cc


Comments

No comments written yet.

Please login to write comment.