Color Hex Logo

#ca00cf Color Hex

#CA00CF
(202,0,207)
0 Favorites   0 Comments

Color spaces of #ca00cf

RGB 2020207
HSL0.831.000.41
HSV299°100°81°
CMYK 0.021.000.00   0.19
XYZ35.619617.061660.4473
Yxy17.06160.31490.1508
Hunter Lab41.305781.6430-57.8518
CIE-Lab48.337683.1677-53.4481

#ca00cf color RGB value is (202,0,207).

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

The process color (four color CMYK) of #ca00cf color hex is 0.02, 1.00, 0.00, 0.19. Web safe color of #ca00cf is #cc00cc. Color #ca00cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 11001111
Octal 312 0 317
Decimal 202 0 207
Hex CA 0 CF

RGB Percentages of Color #ca00cf

%49.39
%0.00
%50.61

CMYK Percentages of Color #ca00cf

%2
%100
%0
%19

Triadic Colors of #ca00cf

#ca00cf #cfca00 #00cfca

Analogous Colors of #ca00cf

#ca00cf #cf006d #6200cf

Monochromatic Colors of #ca00cf

#ca00cf

Complementary Color

#ca00cf #05cf00

#ca00cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca00cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca00cf Color CSS Codes

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

#ca00cf Text Font Color

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

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


#ca00cf Background Color

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

This div background color is #ca00cf


#ca00cf Border Color

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

This div border color is #ca00cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca00cf


Comments

No comments written yet.

Please login to write comment.