Color Hex Logo

#ca63ef Color Hex

#CA63EF
(202,99,239)
0 Favorites   0 Comments

Color spaces of #ca63ef

RGB 20299239
HSL0.790.810.66
HSV284°59°94°
CMYK 0.150.590.00   0.06
XYZ44.398927.712284.6703
Yxy27.71220.28320.1768
Hunter Lab52.642458.4238-58.5127
CIE-Lab59.627861.9729-53.5235

#ca63ef color RGB value is (202,99,239).

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

The process color (four color CMYK) of #ca63ef color hex is 0.15, 0.59, 0.00, 0.06. Web safe color of #ca63ef is #cc66ff. Color #ca63ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100011 11101111
Octal 312 143 357
Decimal 202 99 239
Hex CA 63 EF

RGB Percentages of Color #ca63ef

%37.41
%18.33
%44.26

CMYK Percentages of Color #ca63ef

%15
%59
%0
%6

Triadic Colors of #ca63ef

#ca63ef #efca63 #63efca

Analogous Colors of #ca63ef

#ca63ef #ef63ce #8463ef

Monochromatic Colors of #ca63ef

#ca63ef

Complementary Color

#ca63ef #88ef63

#ca63ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca63ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca63ef Color CSS Codes

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

#ca63ef Text Font Color

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

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


#ca63ef Background Color

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

This div background color is #ca63ef


#ca63ef Border Color

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

This div border color is #ca63ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca63ef


Comments

No comments written yet.

Please login to write comment.