Color Hex Logo

#e454ea Color Hex

#E454EA
(228,84,234)
0 Favorites   0 Comments

Color spaces of #e454ea

RGB 22884234
HSL0.830.780.62
HSV298°64°92°
CMYK 0.030.640.00   0.08
XYZ50.016528.775180.7599
Yxy28.77510.31350.1803
Hunter Lab53.642472.5602-51.7128
CIE-Lab60.582673.5742-49.0013

#e454ea color RGB value is (228,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010100 11101010
Octal 344 124 352
Decimal 228 84 234
Hex E4 54 EA

RGB Percentages of Color #e454ea

%41.76
%15.38
%42.86

CMYK Percentages of Color #e454ea

%3
%64
%0
%8

Triadic Colors of #e454ea

#e454ea #eae454 #54eae4

Analogous Colors of #e454ea

#e454ea #ea54a5 #9954ea

Monochromatic Colors of #e454ea

#e454ea

Complementary Color

#e454ea #5aea54

#e454ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e454ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e454ea Color CSS Codes

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

#e454ea Text Font Color

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

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


#e454ea Background Color

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

This div background color is #e454ea


#e454ea Border Color

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

This div border color is #e454ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e454ea


Comments

No comments written yet.

Please login to write comment.