Color Hex Logo

#e4134d Color Hex

#E4134D
(228,19,77)
0 Favorites   0 Comments

Color spaces of #e4134d

RGB 2281977
HSL0.950.850.48
HSV343°92°89°
CMYK 0.000.920.66   0.11
XYZ33.567317.49558.6290
Yxy17.49550.56230.2931
Hunter Lab41.827670.050617.0479
CIE-Lab48.878473.775725.9520

#e4134d color RGB value is (228,19,77).

#e4134d hex color red value is 228, green value is 19 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e4134d hue: 0.95 , saturation: 0.85 and the lightness value of e4134d is 0.48.

The process color (four color CMYK) of #e4134d color hex is 0.00, 0.92, 0.66, 0.11. Web safe color of #e4134d is #cc0066. Color #e4134d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010011 01001101
Octal 344 23 115
Decimal 228 19 77
Hex E4 13 4D

RGB Percentages of Color #e4134d

%70.37
%5.86
%23.77

CMYK Percentages of Color #e4134d

%0
%92
%66
%11

Triadic Colors of #e4134d

#e4134d #4de413 #134de4

Analogous Colors of #e4134d

#e4134d #e44113 #e413b6

Monochromatic Colors of #e4134d

#e4134d

Complementary Color

#e4134d #13e4aa

#e4134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4134d Color CSS Codes

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

#e4134d Text Font Color

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

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


#e4134d Background Color

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

This div background color is #e4134d


#e4134d Border Color

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

This div border color is #e4134d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4134d


Comments

No comments written yet.

Please login to write comment.