Color Hex Logo

#e42174 Color Hex

#E42174
(228,33,116)
0 Favorites   0 Comments

Color spaces of #e42174

RGB 22833116
HSL0.930.780.51
HSV334°86°89°
CMYK 0.000.860.49   0.11
XYZ35.691218.842618.2789
Yxy18.84260.49020.2588
Hunter Lab43.408170.80315.4189
CIE-Lab50.502574.07724.3296

#e42174 color RGB value is (228,33,116).

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

The process color (four color CMYK) of #e42174 color hex is 0.00, 0.86, 0.49, 0.11. Web safe color of #e42174 is #cc3366. Color #e42174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 01110100
Octal 344 41 164
Decimal 228 33 116
Hex E4 21 74

RGB Percentages of Color #e42174

%60.48
%8.75
%30.77

CMYK Percentages of Color #e42174

%0
%86
%49
%11

Triadic Colors of #e42174

#e42174 #74e421 #2174e4

Analogous Colors of #e42174

#e42174 #e43021 #e421d6

Monochromatic Colors of #e42174

#e42174

Complementary Color

#e42174 #21e491

#e42174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42174 Color CSS Codes

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

#e42174 Text Font Color

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

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


#e42174 Background Color

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

This div background color is #e42174


#e42174 Border Color

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

This div border color is #e42174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42174


Comments

No comments written yet.

Please login to write comment.