Color Hex Logo

#e028aa Color Hex

#E028AA
(224,40,170)
0 Favorites   0 Comments

Color spaces of #e028aa

RGB 22440170
HSL0.880.750.52
HSV318°82°88°
CMYK 0.000.820.24   0.12
XYZ38.755020.267239.8995
Yxy20.26720.39180.2049
Hunter Lab45.019174.8795-21.0341
CIE-Lab52.138077.0677-25.6403

#e028aa color RGB value is (224,40,170).

#e028aa hex color red value is 224, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e028aa hue: 0.88 , saturation: 0.75 and the lightness value of e028aa is 0.52.

The process color (four color CMYK) of #e028aa color hex is 0.00, 0.82, 0.24, 0.12. Web safe color of #e028aa is #cc3399. Color #e028aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 10101010
Octal 340 50 252
Decimal 224 40 170
Hex E0 28 AA

RGB Percentages of Color #e028aa

%51.61
%9.22
%39.17

CMYK Percentages of Color #e028aa

%0
%82
%24
%12

Triadic Colors of #e028aa

#e028aa #aae028 #28aae0

Analogous Colors of #e028aa

#e028aa #e0284e #ba28e0

Monochromatic Colors of #e028aa

#e028aa

Complementary Color

#e028aa #28e05e

#e028aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e028aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e028aa Color CSS Codes

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

#e028aa Text Font Color

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

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


#e028aa Background Color

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

This div background color is #e028aa


#e028aa Border Color

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

This div border color is #e028aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,40,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e028aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e028aa;
  -webkit-box-shadow: 1px 1px 3px 2px #e028aa;
  box-shadow:         1px 1px 3px 2px #e028aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,40,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e028aa


Comments

No comments written yet.

Please login to write comment.