Color Hex Logo

#ca66cf Color Hex

#CA66CF
(202,102,207)
0 Favorites   0 Comments

Color spaces of #ca66cf

RGB 202102207
HSL0.830.520.61
HSV297°51°81°
CMYK 0.020.510.00   0.19
XYZ40.371026.564362.0311
Yxy26.56430.31300.2060
Hunter Lab51.540649.6205-35.2795
CIE-Lab58.568954.4318-37.2312

#ca66cf color RGB value is (202,102,207).

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

The process color (four color CMYK) of #ca66cf color hex is 0.02, 0.51, 0.00, 0.19. Web safe color of #ca66cf is #cc66cc. Color #ca66cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100110 11001111
Octal 312 146 317
Decimal 202 102 207
Hex CA 66 CF

RGB Percentages of Color #ca66cf

%39.53
%19.96
%40.51

CMYK Percentages of Color #ca66cf

%2
%51
%0
%19

Triadic Colors of #ca66cf

#ca66cf #cfca66 #66cfca

Analogous Colors of #ca66cf

#ca66cf #cf66a0 #9666cf

Monochromatic Colors of #ca66cf

#ca66cf

Complementary Color

#ca66cf #6bcf66

#ca66cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca66cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca66cf Color CSS Codes

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

#ca66cf Text Font Color

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

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


#ca66cf Background Color

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

This div background color is #ca66cf


#ca66cf Border Color

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

This div border color is #ca66cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca66cf


Comments

No comments written yet.

Please login to write comment.