Color Hex Logo

#ca63fe Color Hex

#CA63FE
(202,99,254)
0 Favorites   0 Comments

Color spaces of #ca63fe

RGB 20299254
HSL0.780.990.69
HSV280°61°100°
CMYK 0.200.610.00   0.00
XYZ46.708428.636096.8314
Yxy28.63600.27130.1663
Hunter Lab53.512662.1564-69.8268
CIE-Lab60.459065.0035-60.5048

#ca63fe color RGB value is (202,99,254).

#ca63fe hex color red value is 202, green value is 99 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ca63fe hue: 0.78 , saturation: 0.99 and the lightness value of ca63fe is 0.69.

The process color (four color CMYK) of #ca63fe color hex is 0.20, 0.61, 0.00, 0.00. Web safe color of #ca63fe is #cc66ff. Color #ca63fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 11111110
Octal 312 143 376
Decimal 202 99 254
Hex CA 63 FE

RGB Percentages of Color #ca63fe

%36.40
%17.84
%45.77

CMYK Percentages of Color #ca63fe

%20
%61
%0
%0

Triadic Colors of #ca63fe

#ca63fe #feca63 #63feca

Analogous Colors of #ca63fe

#ca63fe #fe63e5 #7d63fe

Monochromatic Colors of #ca63fe

#ca63fe

Complementary Color

#ca63fe #97fe63

#ca63fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca63fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca63fe Color CSS Codes

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

#ca63fe Text Font Color

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

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


#ca63fe Background Color

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

This div background color is #ca63fe


#ca63fe Border Color

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

This div border color is #ca63fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca63fe


Comments

No comments written yet.

Please login to write comment.