Color Hex Logo

#ca59ef Color Hex

#CA59EF
(202,89,239)
0 Favorites   0 Comments

Color spaces of #ca59ef

RGB 20289239
HSL0.790.820.64
HSV285°63°94°
CMYK 0.150.630.00   0.06
XYZ43.509525.933384.3738
Yxy25.93330.28290.1686
Hunter Lab50.924763.3900-62.5863
CIE-Lab57.973766.4948-56.1606

#ca59ef color RGB value is (202,89,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 11101111
Octal 312 131 357
Decimal 202 89 239
Hex CA 59 EF

RGB Percentages of Color #ca59ef

%38.11
%16.79
%45.09

CMYK Percentages of Color #ca59ef

%15
%63
%0
%6

Triadic Colors of #ca59ef

#ca59ef #efca59 #59efca

Analogous Colors of #ca59ef

#ca59ef #ef59c9 #7f59ef

Monochromatic Colors of #ca59ef

#ca59ef

Complementary Color

#ca59ef #7eef59

#ca59ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca59ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca59ef Color CSS Codes

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

#ca59ef Text Font Color

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

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


#ca59ef Background Color

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

This div background color is #ca59ef


#ca59ef Border Color

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

This div border color is #ca59ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca59ef


Comments

No comments written yet.

Please login to write comment.