Color Hex Logo

#e496eb Color Hex

#E496EB
(228,150,235)
0 Favorites   0 Comments

Color spaces of #e496eb

RGB 228150235
HSL0.820.680.75
HSV295°36°92°
CMYK 0.030.360.00   0.08
XYZ57.896744.304884.0975
Yxy44.30480.31080.2378
Hunter Lab66.561938.7793-28.3166
CIE-Lab72.431842.6750-31.0321

#e496eb color RGB value is (228,150,235).

#e496eb hex color red value is 228, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e496eb hue: 0.82 , saturation: 0.68 and the lightness value of e496eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 11101011
Octal 344 226 353
Decimal 228 150 235
Hex E4 96 EB

RGB Percentages of Color #e496eb

%37.19
%24.47
%38.34

CMYK Percentages of Color #e496eb

%3
%36
%0
%8

Triadic Colors of #e496eb

#e496eb #ebe496 #96ebe4

Analogous Colors of #e496eb

#e496eb #eb96c8 #ba96eb

Monochromatic Colors of #e496eb

#e496eb

Complementary Color

#e496eb #9deb96

#e496eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e496eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e496eb Color CSS Codes

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

#e496eb Text Font Color

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

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


#e496eb Background Color

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

This div background color is #e496eb


#e496eb Border Color

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

This div border color is #e496eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,150,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e496eb


Comments

No comments written yet.

Please login to write comment.