Color Hex Logo

#e493ed Color Hex

#E493ED
(228,147,237)
0 Favorites   0 Comments

Color spaces of #e493ed

RGB 228147237
HSL0.820.710.75
HSV294°38°93°
CMYK 0.040.380.00   0.07
XYZ57.714743.475885.4705
Yxy43.47580.30920.2329
Hunter Lab65.936240.8548-30.7000
CIE-Lab71.876744.6228-32.9823

#e493ed color RGB value is (228,147,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010011 11101101
Octal 344 223 355
Decimal 228 147 237
Hex E4 93 ED

RGB Percentages of Color #e493ed

%37.25
%24.02
%38.73

CMYK Percentages of Color #e493ed

%4
%38
%0
%7

Triadic Colors of #e493ed

#e493ed #ede493 #93ede4

Analogous Colors of #e493ed

#e493ed #ed93c9 #b793ed

Monochromatic Colors of #e493ed

#e493ed

Complementary Color

#e493ed #9ced93

#e493ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e493ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e493ed Color CSS Codes

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

#e493ed Text Font Color

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

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


#e493ed Background Color

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

This div background color is #e493ed


#e493ed Border Color

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

This div border color is #e493ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e493ed


Comments

No comments written yet.

Please login to write comment.