Color Hex Logo

#e45aee Color Hex

#E45AEE
(228,90,238)
0 Favorites   0 Comments

Color spaces of #e45aee

RGB 22890238
HSL0.820.810.64
HSV296°62°93°
CMYK 0.040.620.00   0.07
XYZ51.083729.979483.9831
Yxy29.97940.30950.1816
Hunter Lab54.753470.7178-52.6140
CIE-Lab61.636471.8827-49.5615

#e45aee color RGB value is (228,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11101110
Octal 344 132 356
Decimal 228 90 238
Hex E4 5A EE

RGB Percentages of Color #e45aee

%41.01
%16.19
%42.81

CMYK Percentages of Color #e45aee

%4
%62
%0
%7

Triadic Colors of #e45aee

#e45aee #eee45a #5aeee4

Analogous Colors of #e45aee

#e45aee #ee5aae #9a5aee

Monochromatic Colors of #e45aee

#e45aee

Complementary Color

#e45aee #64ee5a

#e45aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45aee Color CSS Codes

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

#e45aee Text Font Color

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

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


#e45aee Background Color

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

This div background color is #e45aee


#e45aee Border Color

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

This div border color is #e45aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45aee


Comments

No comments written yet.

Please login to write comment.