Color Hex Logo

#ca9eea Color Hex

#CA9EEA
(202,158,234)
0 Favorites   0 Comments

Color spaces of #ca9eea

RGB 202158234
HSL0.760.640.77
HSV275°32°92°
CMYK 0.140.320.00   0.08
XYZ51.435342.950883.4213
Yxy42.95080.28930.2416
Hunter Lab65.536925.4027-29.5939
CIE-Lab71.521630.2050-32.1083

#ca9eea color RGB value is (202,158,234).

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

The process color (four color CMYK) of #ca9eea color hex is 0.14, 0.32, 0.00, 0.08. Web safe color of #ca9eea is #cc99ff. Color #ca9eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011110 11101010
Octal 312 236 352
Decimal 202 158 234
Hex CA 9E EA

RGB Percentages of Color #ca9eea

%34.01
%26.60
%39.39

CMYK Percentages of Color #ca9eea

%14
%32
%0
%8

Triadic Colors of #ca9eea

#ca9eea #eaca9e #9eeaca

Analogous Colors of #ca9eea

#ca9eea #ea9ee4 #a49eea

Monochromatic Colors of #ca9eea

#ca9eea

Complementary Color

#ca9eea #beea9e

#ca9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9eea Color CSS Codes

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

#ca9eea Text Font Color

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

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


#ca9eea Background Color

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

This div background color is #ca9eea


#ca9eea Border Color

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

This div border color is #ca9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9eea


Comments

No comments written yet.

Please login to write comment.