Color Hex Logo

#e459ea Color Hex

#E459EA
(228,89,234)
0 Favorites   0 Comments

Color spaces of #e459ea

RGB 22889234
HSL0.830.780.63
HSV298°62°92°
CMYK 0.030.620.00   0.08
XYZ50.418629.579380.8939
Yxy29.57930.31340.1838
Hunter Lab54.386970.2990-50.1159
CIE-Lab61.289571.6061-47.8826

#e459ea color RGB value is (228,89,234).

#e459ea hex color red value is 228, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e459ea hue: 0.83 , saturation: 0.78 and the lightness value of e459ea is 0.63.

The process color (four color CMYK) of #e459ea color hex is 0.03, 0.62, 0.00, 0.08. Web safe color of #e459ea is #cc66ff. Color #e459ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011001 11101010
Octal 344 131 352
Decimal 228 89 234
Hex E4 59 EA

RGB Percentages of Color #e459ea

%41.38
%16.15
%42.47

CMYK Percentages of Color #e459ea

%3
%62
%0
%8

Triadic Colors of #e459ea

#e459ea #eae459 #59eae4

Analogous Colors of #e459ea

#e459ea #ea59a8 #9c59ea

Monochromatic Colors of #e459ea

#e459ea

Complementary Color

#e459ea #5fea59

#e459ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e459ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e459ea Color CSS Codes

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

#e459ea Text Font Color

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

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


#e459ea Background Color

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

This div background color is #e459ea


#e459ea Border Color

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

This div border color is #e459ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e459ea


Comments

No comments written yet.

Please login to write comment.