Color Hex Logo

#e49eea Color Hex

#E49EEA
(228,158,234)
0 Favorites   0 Comments

Color spaces of #e49eea

RGB 228158234
HSL0.820.640.77
HSV295°32°92°
CMYK 0.030.320.00   0.08
XYZ59.073146.888283.7787
Yxy46.88820.31130.2471
Hunter Lab68.475034.1601-24.6085
CIE-Lab74.118238.2573-27.8923

#e49eea color RGB value is (228,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 11101010
Octal 344 236 352
Decimal 228 158 234
Hex E4 9E EA

RGB Percentages of Color #e49eea

%36.77
%25.48
%37.74

CMYK Percentages of Color #e49eea

%3
%32
%0
%8

Triadic Colors of #e49eea

#e49eea #eae49e #9eeae4

Analogous Colors of #e49eea

#e49eea #ea9eca #be9eea

Monochromatic Colors of #e49eea

#e49eea

Complementary Color

#e49eea #a4ea9e

#e49eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49eea Color CSS Codes

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

#e49eea Text Font Color

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

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


#e49eea Background Color

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

This div background color is #e49eea


#e49eea Border Color

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

This div border color is #e49eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49eea


Comments

No comments written yet.

Please login to write comment.