Color Hex Logo

#e494eb Color Hex

#E494EB
(228,148,235)
0 Favorites   0 Comments

Color spaces of #e494eb

RGB 228148235
HSL0.820.690.75
HSV295°37°92°
CMYK 0.030.370.00   0.08
XYZ57.580243.671983.9920
Yxy43.67190.31080.2358
Hunter Lab66.084739.8804-29.0968
CIE-Lab72.008643.7250-31.6849

#e494eb color RGB value is (228,148,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010100 11101011
Octal 344 224 353
Decimal 228 148 235
Hex E4 94 EB

RGB Percentages of Color #e494eb

%37.32
%24.22
%38.46

CMYK Percentages of Color #e494eb

%3
%37
%0
%8

Triadic Colors of #e494eb

#e494eb #ebe494 #94ebe4

Analogous Colors of #e494eb

#e494eb #eb94c7 #b994eb

Monochromatic Colors of #e494eb

#e494eb

Complementary Color

#e494eb #9beb94

#e494eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e494eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e494eb Color CSS Codes

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

#e494eb Text Font Color

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

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


#e494eb Background Color

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

This div background color is #e494eb


#e494eb Border Color

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

This div border color is #e494eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e494eb


Comments

No comments written yet.

Please login to write comment.