Color Hex Logo

#e424aa Color Hex

#E424AA
(228,36,170)
0 Favorites   0 Comments

Color spaces of #e424aa

RGB 22836170
HSL0.880.780.52
HSV318°84°89°
CMYK 0.000.840.25   0.11
XYZ39.881520.658039.9156
Yxy20.65800.39700.2056
Hunter Lab45.451177.0872-20.2533
CIE-Lab52.573178.7501-24.9093

#e424aa color RGB value is (228,36,170).

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

The process color (four color CMYK) of #e424aa color hex is 0.00, 0.84, 0.25, 0.11. Web safe color of #e424aa is #cc3399. Color #e424aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 10101010
Octal 344 44 252
Decimal 228 36 170
Hex E4 24 AA

RGB Percentages of Color #e424aa

%52.53
%8.29
%39.17

CMYK Percentages of Color #e424aa

%0
%84
%25
%11

Triadic Colors of #e424aa

#e424aa #aae424 #24aae4

Analogous Colors of #e424aa

#e424aa #e4244a #be24e4

Monochromatic Colors of #e424aa

#e424aa

Complementary Color

#e424aa #24e45e

#e424aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e424aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e424aa Color CSS Codes

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

#e424aa Text Font Color

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

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


#e424aa Background Color

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

This div background color is #e424aa


#e424aa Border Color

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

This div border color is #e424aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e424aa


Comments

No comments written yet.

Please login to write comment.