Color Hex Logo

#ca17dc Color Hex

#CA17DC
(202,23,220)
0 Favorites   0 Comments

Color spaces of #ca17dc

RGB 20223220
HSL0.820.810.48
HSV295°90°86°
CMYK 0.080.900.00   0.14
XYZ37.581818.336769.2687
Yxy18.33670.30020.1465
Hunter Lab42.821481.7215-65.9337
CIE-Lab49.902082.9260-58.3867

#ca17dc color RGB value is (202,23,220).

#ca17dc hex color red value is 202, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca17dc hue: 0.82 , saturation: 0.81 and the lightness value of ca17dc is 0.48.

The process color (four color CMYK) of #ca17dc color hex is 0.08, 0.90, 0.00, 0.14. Web safe color of #ca17dc is #cc00cc. Color #ca17dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 11011100
Octal 312 27 334
Decimal 202 23 220
Hex CA 17 DC

RGB Percentages of Color #ca17dc

%45.39
%5.17
%49.44

CMYK Percentages of Color #ca17dc

%8
%90
%0
%14

Triadic Colors of #ca17dc

#ca17dc #dcca17 #17dcca

Analogous Colors of #ca17dc

#ca17dc #dc178c #6817dc

Monochromatic Colors of #ca17dc

#ca17dc

Complementary Color

#ca17dc #29dc17

#ca17dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca17dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca17dc Color CSS Codes

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

#ca17dc Text Font Color

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

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


#ca17dc Background Color

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

This div background color is #ca17dc


#ca17dc Border Color

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

This div border color is #ca17dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca17dc


Comments

No comments written yet.

Please login to write comment.