Color Hex Logo

#e494ed Color Hex

#E494ED
(228,148,237)
0 Favorites   0 Comments

Color spaces of #e494ed

RGB 228148237
HSL0.820.710.75
HSV294°38°93°
CMYK 0.040.380.00   0.07
XYZ57.870943.788285.5226
Yxy43.78820.30920.2339
Hunter Lab66.172740.3040-30.3065
CIE-Lab72.086744.0993-32.6578

#e494ed color RGB value is (228,148,237).

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

The process color (four color CMYK) of #e494ed color hex is 0.04, 0.38, 0.00, 0.07. Web safe color of #e494ed is #cc99ff. Color #e494ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010100 11101101
Octal 344 224 355
Decimal 228 148 237
Hex E4 94 ED

RGB Percentages of Color #e494ed

%37.19
%24.14
%38.66

CMYK Percentages of Color #e494ed

%4
%38
%0
%7

Triadic Colors of #e494ed

#e494ed #ede494 #94ede4

Analogous Colors of #e494ed

#e494ed #ed94ca #b894ed

Monochromatic Colors of #e494ed

#e494ed

Complementary Color

#e494ed #9ded94

#e494ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e494ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e494ed Color CSS Codes

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

#e494ed Text Font Color

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

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


#e494ed Background Color

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

This div background color is #e494ed


#e494ed Border Color

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

This div border color is #e494ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e494ed


Comments

No comments written yet.

Please login to write comment.