Color Hex Logo

#ca59eb Color Hex

#CA59EB
(202,89,235)
0 Favorites   0 Comments

Color spaces of #ca59eb

RGB 20289235
HSL0.800.780.64
HSV286°62°92°
CMYK 0.140.620.00   0.08
XYZ42.924925.699581.2954
Yxy25.69950.28630.1714
Hunter Lab50.694762.4263-59.5928
CIE-Lab57.750765.7223-54.2832

#ca59eb color RGB value is (202,89,235).

#ca59eb hex color red value is 202, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca59eb hue: 0.80 , saturation: 0.78 and the lightness value of ca59eb is 0.64.

The process color (four color CMYK) of #ca59eb color hex is 0.14, 0.62, 0.00, 0.08. Web safe color of #ca59eb is #cc66ff. Color #ca59eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 11101011
Octal 312 131 353
Decimal 202 89 235
Hex CA 59 EB

RGB Percentages of Color #ca59eb

%38.40
%16.92
%44.68

CMYK Percentages of Color #ca59eb

%14
%62
%0
%8

Triadic Colors of #ca59eb

#ca59eb #ebca59 #59ebca

Analogous Colors of #ca59eb

#ca59eb #eb59c3 #8159eb

Monochromatic Colors of #ca59eb

#ca59eb

Complementary Color

#ca59eb #7aeb59

#ca59eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca59eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca59eb Color CSS Codes

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

#ca59eb Text Font Color

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

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


#ca59eb Background Color

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

This div background color is #ca59eb


#ca59eb Border Color

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

This div border color is #ca59eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca59eb


Comments

No comments written yet.

Please login to write comment.