Color Hex Logo

#e42477 Color Hex

#E42477
(228,36,119)
0 Favorites   0 Comments

Color spaces of #e42477

RGB 22836119
HSL0.930.780.52
HSV334°84°89°
CMYK 0.000.840.48   0.11
XYZ35.955619.087619.2420
Yxy19.08760.48400.2570
Hunter Lab43.689470.44614.4696
CIE-Lab50.789573.72872.9198

#e42477 color RGB value is (228,36,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 01110111
Octal 344 44 167
Decimal 228 36 119
Hex E4 24 77

RGB Percentages of Color #e42477

%59.53
%9.40
%31.07

CMYK Percentages of Color #e42477

%0
%84
%48
%11

Triadic Colors of #e42477

#e42477 #77e424 #2477e4

Analogous Colors of #e42477

#e42477 #e43124 #e424d7

Monochromatic Colors of #e42477

#e42477

Complementary Color

#e42477 #24e491

#e42477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42477 Color CSS Codes

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

#e42477 Text Font Color

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

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


#e42477 Background Color

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

This div background color is #e42477


#e42477 Border Color

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

This div border color is #e42477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42477


Comments

No comments written yet.

Please login to write comment.