Color Hex Logo

#ca5eef Color Hex

#CA5EEF
(202,94,239)
0 Favorites   0 Comments

Color spaces of #ca5eef

RGB 20294239
HSL0.790.820.65
HSV285°61°94°
CMYK 0.150.610.00   0.06
XYZ43.939826.794084.5172
Yxy26.79400.28300.1726
Hunter Lab51.762960.9375-60.5732
CIE-Lab58.783264.2719-54.8689

#ca5eef color RGB value is (202,94,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 11101111
Octal 312 136 357
Decimal 202 94 239
Hex CA 5E EF

RGB Percentages of Color #ca5eef

%37.76
%17.57
%44.67

CMYK Percentages of Color #ca5eef

%15
%61
%0
%6

Triadic Colors of #ca5eef

#ca5eef #efca5e #5eefca

Analogous Colors of #ca5eef

#ca5eef #ef5ecc #825eef

Monochromatic Colors of #ca5eef

#ca5eef

Complementary Color

#ca5eef #83ef5e

#ca5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5eef Color CSS Codes

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

#ca5eef Text Font Color

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

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


#ca5eef Background Color

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

This div background color is #ca5eef


#ca5eef Border Color

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

This div border color is #ca5eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5eef


Comments

No comments written yet.

Please login to write comment.