Color Hex Logo

#e459ed Color Hex

#E459ED
(228,89,237)
0 Favorites   0 Comments

Color spaces of #e459ed

RGB 22889237
HSL0.820.800.64
HSV296°62°93°
CMYK 0.040.620.00   0.07
XYZ50.853329.753283.1834
Yxy29.75320.31050.1817
Hunter Lab54.546570.9579-52.2347
CIE-Lab61.440772.1144-49.3150

#e459ed color RGB value is (228,89,237).

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

The process color (four color CMYK) of #e459ed color hex is 0.04, 0.62, 0.00, 0.07. Web safe color of #e459ed is #cc66ff. Color #e459ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011001 11101101
Octal 344 131 355
Decimal 228 89 237
Hex E4 59 ED

RGB Percentages of Color #e459ed

%41.16
%16.06
%42.78

CMYK Percentages of Color #e459ed

%4
%62
%0
%7

Triadic Colors of #e459ed

#e459ed #ede459 #59ede4

Analogous Colors of #e459ed

#e459ed #ed59ac #9a59ed

Monochromatic Colors of #e459ed

#e459ed

Complementary Color

#e459ed #62ed59

#e459ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e459ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e459ed Color CSS Codes

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

#e459ed Text Font Color

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

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


#e459ed Background Color

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

This div background color is #e459ed


#e459ed Border Color

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

This div border color is #e459ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e459ed


Comments

No comments written yet.

Please login to write comment.