Color Hex Logo

#e4257a Color Hex

#E4257A
(228,37,122)
0 Favorites   0 Comments

Color spaces of #e4257a

RGB 22837122
HSL0.930.780.52
HSV333°84°89°
CMYK 0.000.840.46   0.11
XYZ36.169319.222320.2163
Yxy19.22230.47840.2542
Hunter Lab43.843270.53123.3514
CIE-Lab50.946373.76811.3268

#e4257a color RGB value is (228,37,122).

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

The process color (four color CMYK) of #e4257a color hex is 0.00, 0.84, 0.46, 0.11. Web safe color of #e4257a is #cc3366. Color #e4257a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100101 01111010
Octal 344 45 172
Decimal 228 37 122
Hex E4 25 7A

RGB Percentages of Color #e4257a

%58.91
%9.56
%31.52

CMYK Percentages of Color #e4257a

%0
%84
%46
%11

Triadic Colors of #e4257a

#e4257a #7ae425 #257ae4

Analogous Colors of #e4257a

#e4257a #e43025 #e425da

Monochromatic Colors of #e4257a

#e4257a

Complementary Color

#e4257a #25e48f

#e4257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4257a Color CSS Codes

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

#e4257a Text Font Color

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

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


#e4257a Background Color

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

This div background color is #e4257a


#e4257a Border Color

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

This div border color is #e4257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4257a


Comments

No comments written yet.

Please login to write comment.