Color Hex Logo

#ca63cc Color Hex

#CA63CC
(202,99,204)
0 Favorites   0 Comments

Color spaces of #ca63cc

RGB 20299204
HSL0.830.510.59
HSV299°51°80°
CMYK 0.010.510.00   0.20
XYZ39.718025.839960.0210
Yxy25.83990.31630.2058
Hunter Lab50.833050.5121-34.4236
CIE-Lab57.884855.3429-36.6001

#ca63cc color RGB value is (202,99,204).

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

The process color (four color CMYK) of #ca63cc color hex is 0.01, 0.51, 0.00, 0.20. Web safe color of #ca63cc is #cc66cc. Color #ca63cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 11001100
Octal 312 143 314
Decimal 202 99 204
Hex CA 63 CC

RGB Percentages of Color #ca63cc

%40.00
%19.60
%40.40

CMYK Percentages of Color #ca63cc

%1
%51
%0
%20

Triadic Colors of #ca63cc

#ca63cc #ccca63 #63ccca

Analogous Colors of #ca63cc

#ca63cc #cc639a #9663cc

Monochromatic Colors of #ca63cc

#ca63cc

Complementary Color

#ca63cc #65cc63

#ca63cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca63cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca63cc Color CSS Codes

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

#ca63cc Text Font Color

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

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


#ca63cc Background Color

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

This div background color is #ca63cc


#ca63cc Border Color

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

This div border color is #ca63cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca63cc


Comments

No comments written yet.

Please login to write comment.