Color Hex Logo

#e42d74 Color Hex

#E42D74
(228,45,116)
0 Favorites   0 Comments

Color spaces of #e42d74

RGB 22845116
HSL0.940.770.54
HSV337°80°89°
CMYK 0.000.800.49   0.11
XYZ36.085719.631718.4104
Yxy19.63170.48680.2648
Hunter Lab44.307767.83816.3796
CIE-Lab51.418271.45455.6444

#e42d74 color RGB value is (228,45,116).

#e42d74 hex color red value is 228, green value is 45 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e42d74 hue: 0.94 , saturation: 0.77 and the lightness value of e42d74 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101101 01110100
Octal 344 55 164
Decimal 228 45 116
Hex E4 2D 74

RGB Percentages of Color #e42d74

%58.61
%11.57
%29.82

CMYK Percentages of Color #e42d74

%0
%80
%49
%11

Triadic Colors of #e42d74

#e42d74 #74e42d #2d74e4

Analogous Colors of #e42d74

#e42d74 #e4422d #e42dd0

Monochromatic Colors of #e42d74

#e42d74

Complementary Color

#e42d74 #2de49d

#e42d74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42d74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42d74 Color CSS Codes

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

#e42d74 Text Font Color

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

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


#e42d74 Background Color

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

This div background color is #e42d74


#e42d74 Border Color

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

This div border color is #e42d74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,45,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 #e42d74">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42d74


Comments

No comments written yet.

Please login to write comment.