Color Hex Logo

#e4524d Color Hex

#E4524D
(228,82,77)
0 Favorites   0 Comments

Color spaces of #e4524d

RGB 2288277
HSL0.010.740.60
HSV66°89°
CMYK 0.000.640.66   0.11
XYZ36.351823.06449.5571
Yxy23.06440.52700.3344
Hunter Lab48.025451.067321.8190
CIE-Lab55.138656.306133.7698

#e4524d color RGB value is (228,82,77).

#e4524d hex color red value is 228, green value is 82 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e4524d hue: 0.01 , saturation: 0.74 and the lightness value of e4524d is 0.60.

The process color (four color CMYK) of #e4524d color hex is 0.00, 0.64, 0.66, 0.11. Web safe color of #e4524d is #cc6666. Color #e4524d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010010 01001101
Octal 344 122 115
Decimal 228 82 77
Hex E4 52 4D

RGB Percentages of Color #e4524d

%58.91
%21.19
%19.90

CMYK Percentages of Color #e4524d

%0
%64
%66
%11

Triadic Colors of #e4524d

#e4524d #4de452 #524de4

Analogous Colors of #e4524d

#e4524d #e49e4d #e44d94

Monochromatic Colors of #e4524d

#e4524d

Complementary Color

#e4524d #4ddfe4

#e4524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4524d Color CSS Codes

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

#e4524d Text Font Color

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

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


#e4524d Background Color

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

This div background color is #e4524d


#e4524d Border Color

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

This div border color is #e4524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4524d


Comments

No comments written yet.

Please login to write comment.