Color Hex Logo

#ca63fb Color Hex

#CA63FB
(202,99,251)
0 Favorites   0 Comments

Color spaces of #ca63fb

RGB 20299251
HSL0.780.950.69
HSV281°61°98°
CMYK 0.200.610.00   0.02
XYZ46.231528.445394.3206
Yxy28.44530.27360.1683
Hunter Lab53.334161.3940-67.5196
CIE-Lab60.288964.3893-59.1212

#ca63fb color RGB value is (202,99,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 11111011
Octal 312 143 373
Decimal 202 99 251
Hex CA 63 FB

RGB Percentages of Color #ca63fb

%36.59
%17.93
%45.47

CMYK Percentages of Color #ca63fb

%20
%61
%0
%2

Triadic Colors of #ca63fb

#ca63fb #fbca63 #63fbca

Analogous Colors of #ca63fb

#ca63fb #fb63e0 #7e63fb

Monochromatic Colors of #ca63fb

#ca63fb

Complementary Color

#ca63fb #94fb63

#ca63fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca63fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca63fb Color CSS Codes

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

#ca63fb Text Font Color

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

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


#ca63fb Background Color

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

This div background color is #ca63fb


#ca63fb Border Color

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

This div border color is #ca63fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca63fb


Comments

No comments written yet.

Please login to write comment.