Color Hex Logo

#e451ea Color Hex

#E451EA
(228,81,234)
0 Favorites   0 Comments

Color spaces of #e451ea

RGB 22881234
HSL0.830.780.62
HSV298°65°92°
CMYK 0.030.650.00   0.08
XYZ49.788628.319480.6839
Yxy28.31940.31350.1783
Hunter Lab53.216073.8758-52.6419
CIE-Lab60.176274.7119-49.6452

#e451ea color RGB value is (228,81,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010001 11101010
Octal 344 121 352
Decimal 228 81 234
Hex E4 51 EA

RGB Percentages of Color #e451ea

%41.99
%14.92
%43.09

CMYK Percentages of Color #e451ea

%3
%65
%0
%8

Triadic Colors of #e451ea

#e451ea #eae451 #51eae4

Analogous Colors of #e451ea

#e451ea #ea51a4 #9851ea

Monochromatic Colors of #e451ea

#e451ea

Complementary Color

#e451ea #57ea51

#e451ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e451ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e451ea Color CSS Codes

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

#e451ea Text Font Color

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

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


#e451ea Background Color

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

This div background color is #e451ea


#e451ea Border Color

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

This div border color is #e451ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e451ea


Comments

No comments written yet.

Please login to write comment.