Color Hex Logo

#ca9eef Color Hex

#CA9EEF
(202,158,239)
0 Favorites   0 Comments

Color spaces of #ca9eef

RGB 202158239
HSL0.760.720.78
HSV273°34°94°
CMYK 0.150.340.00   0.06
XYZ52.164043.242387.2586
Yxy43.24230.28560.2367
Hunter Lab65.758926.5192-32.6435
CIE-Lab71.719131.2686-34.5318

#ca9eef color RGB value is (202,158,239).

#ca9eef hex color red value is 202, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ca9eef hue: 0.76 , saturation: 0.72 and the lightness value of ca9eef is 0.78.

The process color (four color CMYK) of #ca9eef color hex is 0.15, 0.34, 0.00, 0.06. Web safe color of #ca9eef is #cc99ff. Color #ca9eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011110 11101111
Octal 312 236 357
Decimal 202 158 239
Hex CA 9E EF

RGB Percentages of Color #ca9eef

%33.72
%26.38
%39.90

CMYK Percentages of Color #ca9eef

%15
%34
%0
%6

Triadic Colors of #ca9eef

#ca9eef #efca9e #9eefca

Analogous Colors of #ca9eef

#ca9eef #ef9eec #a29eef

Monochromatic Colors of #ca9eef

#ca9eef

Complementary Color

#ca9eef #c3ef9e

#ca9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9eef Color CSS Codes

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

#ca9eef Text Font Color

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

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


#ca9eef Background Color

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

This div background color is #ca9eef


#ca9eef Border Color

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

This div border color is #ca9eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9eef


Comments

No comments written yet.

Please login to write comment.