Color Hex Logo

#e124af Color Hex

#E124AF
(225,36,175)
0 Favorites   0 Comments

Color spaces of #e124af

RGB 22536175
HSL0.880.760.51
HSV316°84°88°
CMYK 0.000.840.22   0.12
XYZ39.420120.364442.4105
Yxy20.36440.38570.1993
Hunter Lab45.126976.9544-24.1322
CIE-Lab52.246778.7079-28.3943

#e124af color RGB value is (225,36,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 10101111
Octal 341 44 257
Decimal 225 36 175
Hex E1 24 AF

RGB Percentages of Color #e124af

%51.61
%8.26
%40.14

CMYK Percentages of Color #e124af

%0
%84
%22
%12

Triadic Colors of #e124af

#e124af #afe124 #24afe1

Analogous Colors of #e124af

#e124af #e12451 #b524e1

Monochromatic Colors of #e124af

#e124af

Complementary Color

#e124af #24e156

#e124af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e124af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e124af Color CSS Codes

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

#e124af Text Font Color

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

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


#e124af Background Color

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

This div background color is #e124af


#e124af Border Color

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

This div border color is #e124af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e124af


Comments

No comments written yet.

Please login to write comment.