Color Hex Logo

#ca63dc Color Hex

#CA63DC
(202,99,220)
0 Favorites   0 Comments

Color spaces of #ca63dc

RGB 20299220
HSL0.810.630.63
HSV291°55°86°
CMYK 0.080.550.00   0.14
XYZ41.737226.647570.6538
Yxy26.64750.30020.1917
Hunter Lab51.621253.9851-45.0152
CIE-Lab58.646658.2894-44.4487

#ca63dc color RGB value is (202,99,220).

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

The process color (four color CMYK) of #ca63dc color hex is 0.08, 0.55, 0.00, 0.14. Web safe color of #ca63dc is #cc66cc. Color #ca63dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 11011100
Octal 312 143 334
Decimal 202 99 220
Hex CA 63 DC

RGB Percentages of Color #ca63dc

%38.77
%19.00
%42.23

CMYK Percentages of Color #ca63dc

%8
%55
%0
%14

Triadic Colors of #ca63dc

#ca63dc #dcca63 #63dcca

Analogous Colors of #ca63dc

#ca63dc #dc63b2 #8e63dc

Monochromatic Colors of #ca63dc

#ca63dc

Complementary Color

#ca63dc #75dc63

#ca63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca63dc Color CSS Codes

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

#ca63dc Text Font Color

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

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


#ca63dc Background Color

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

This div background color is #ca63dc


#ca63dc Border Color

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

This div border color is #ca63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca63dc


Comments

No comments written yet.

Please login to write comment.