Color Hex Logo

#e45ace Color Hex

#E45ACE
(228,90,206)
0 Favorites   0 Comments

Color spaces of #e45ace

RGB 22890206
HSL0.860.720.62
HSV310°61°89°
CMYK 0.000.610.10   0.11
XYZ46.791728.262561.3815
Yxy28.26250.34300.2071
Hunter Lab53.162564.0749-31.2426
CIE-Lab60.125266.6771-33.9671

#e45ace color RGB value is (228,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11001110
Octal 344 132 316
Decimal 228 90 206
Hex E4 5A CE

RGB Percentages of Color #e45ace

%43.51
%17.18
%39.31

CMYK Percentages of Color #e45ace

%0
%61
%10
%11

Triadic Colors of #e45ace

#e45ace #cee45a #5acee4

Analogous Colors of #e45ace

#e45ace #e45a89 #b55ae4

Monochromatic Colors of #e45ace

#e45ace

Complementary Color

#e45ace #5ae470

#e45ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45ace Color CSS Codes

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

#e45ace Text Font Color

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

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


#e45ace Background Color

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

This div background color is #e45ace


#e45ace Border Color

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

This div border color is #e45ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45ace


Comments

No comments written yet.

Please login to write comment.