Color Hex Logo

#e024ae Color Hex

#E024AE
(224,36,174)
0 Favorites   0 Comments

Color spaces of #e024ae

RGB 22436174
HSL0.880.750.51
HSV316°84°88°
CMYK 0.000.840.22   0.12
XYZ39.011320.165041.8805
Yxy20.16500.38600.1995
Hunter Lab44.905576.4861-23.8622
CIE-Lab52.023378.3778-28.1686

#e024ae color RGB value is (224,36,174).

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

The process color (four color CMYK) of #e024ae color hex is 0.00, 0.84, 0.22, 0.12. Web safe color of #e024ae is #cc3399. Color #e024ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 10101110
Octal 340 44 256
Decimal 224 36 174
Hex E0 24 AE

RGB Percentages of Color #e024ae

%51.61
%8.29
%40.09

CMYK Percentages of Color #e024ae

%0
%84
%22
%12

Triadic Colors of #e024ae

#e024ae #aee024 #24aee0

Analogous Colors of #e024ae

#e024ae #e02450 #b424e0

Monochromatic Colors of #e024ae

#e024ae

Complementary Color

#e024ae #24e056

#e024ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e024ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e024ae Color CSS Codes

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

#e024ae Text Font Color

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

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


#e024ae Background Color

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

This div background color is #e024ae


#e024ae Border Color

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

This div border color is #e024ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e024ae


Comments

No comments written yet.

Please login to write comment.