Color Hex Logo

#e45ade Color Hex

#E45ADE
(228,90,222)
0 Favorites   0 Comments

Color spaces of #e45ade

RGB 22890222
HSL0.840.720.62
HSV303°61°89°
CMYK 0.000.610.03   0.11
XYZ48.835929.080272.1464
Yxy29.08020.32540.1938
Hunter Lab53.926167.2805-41.5744
CIE-Lab60.852369.2102-41.8565

#e45ade color RGB value is (228,90,222).

#e45ade hex color red value is 228, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e45ade hue: 0.84 , saturation: 0.72 and the lightness value of e45ade is 0.62.

The process color (four color CMYK) of #e45ade color hex is 0.00, 0.61, 0.03, 0.11. Web safe color of #e45ade is #cc66cc. Color #e45ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11011110
Octal 344 132 336
Decimal 228 90 222
Hex E4 5A DE

RGB Percentages of Color #e45ade

%42.22
%16.67
%41.11

CMYK Percentages of Color #e45ade

%0
%61
%3
%11

Triadic Colors of #e45ade

#e45ade #dee45a #5adee4

Analogous Colors of #e45ade

#e45ade #e45a99 #a55ae4

Monochromatic Colors of #e45ade

#e45ade

Complementary Color

#e45ade #5ae460

#e45ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45ade Color CSS Codes

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

#e45ade Text Font Color

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

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


#e45ade Background Color

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

This div background color is #e45ade


#e45ade Border Color

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

This div border color is #e45ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45ade


Comments

No comments written yet.

Please login to write comment.