Color Hex Logo

#e4484a Color Hex

#E4484A
(228,72,74)
0 Favorites   0 Comments

Color spaces of #e4484a

RGB 2287274
HSL1.000.740.59
HSV359°68°89°
CMYK 0.000.680.68   0.11
XYZ35.548321.62318.7786
Yxy21.62310.53900.3279
Hunter Lab46.500655.081621.3574
CIE-Lab53.624860.137133.6418

#e4484a color RGB value is (228,72,74).

#e4484a hex color red value is 228, green value is 72 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e4484a hue: 1.00 , saturation: 0.74 and the lightness value of e4484a is 0.59.

The process color (four color CMYK) of #e4484a color hex is 0.00, 0.68, 0.68, 0.11. Web safe color of #e4484a is #cc3333. Color #e4484a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 01001010
Octal 344 110 112
Decimal 228 72 74
Hex E4 48 4A

RGB Percentages of Color #e4484a

%60.96
%19.25
%19.79

CMYK Percentages of Color #e4484a

%0
%68
%68
%11

Triadic Colors of #e4484a

#e4484a #4ae448 #484ae4

Analogous Colors of #e4484a

#e4484a #e49448 #e44898

Monochromatic Colors of #e4484a

#e4484a

Complementary Color

#e4484a #48e4e2

#e4484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4484a Color CSS Codes

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

#e4484a Text Font Color

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

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


#e4484a Background Color

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

This div background color is #e4484a


#e4484a Border Color

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

This div border color is #e4484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4484a


Comments

No comments written yet.

Please login to write comment.