Color Hex Logo

#e459ec Color Hex

#E459EC
(228,89,236)
0 Favorites   0 Comments

Color spaces of #e459ec

RGB 22889236
HSL0.820.790.64
HSV297°62°93°
CMYK 0.030.620.00   0.07
XYZ50.707629.694982.4160
Yxy29.69490.31140.1824
Hunter Lab54.493070.7375-51.5259
CIE-Lab61.390171.9445-48.8383

#e459ec color RGB value is (228,89,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011001 11101100
Octal 344 131 354
Decimal 228 89 236
Hex E4 59 EC

RGB Percentages of Color #e459ec

%41.23
%16.09
%42.68

CMYK Percentages of Color #e459ec

%3
%62
%0
%7

Triadic Colors of #e459ec

#e459ec #ece459 #59ece4

Analogous Colors of #e459ec

#e459ec #ec59ab #9b59ec

Monochromatic Colors of #e459ec

#e459ec

Complementary Color

#e459ec #61ec59

#e459ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e459ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e459ec Color CSS Codes

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

#e459ec Text Font Color

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

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


#e459ec Background Color

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

This div background color is #e459ec


#e459ec Border Color

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

This div border color is #e459ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e459ec


Comments

No comments written yet.

Please login to write comment.