Color Hex Logo

#e8504d Color Hex

#E8504D
(232,80,77)
0 Favorites   0 Comments

Color spaces of #e8504d

RGB 2328077
HSL0.000.770.61
HSV67°91°
CMYK 0.000.660.67   0.09
XYZ37.486923.42899.5676
Yxy23.42890.53190.3324
Hunter Lab48.403453.536622.1629
CIE-Lab55.511458.438234.3800

#e8504d color RGB value is (232,80,77).

#e8504d hex color red value is 232, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e8504d hue: 0.00 , saturation: 0.77 and the lightness value of e8504d is 0.61.

The process color (four color CMYK) of #e8504d color hex is 0.00, 0.66, 0.67, 0.09. Web safe color of #e8504d is #ff6666. Color #e8504d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 01001101
Octal 350 120 115
Decimal 232 80 77
Hex E8 50 4D

RGB Percentages of Color #e8504d

%59.64
%20.57
%19.79

CMYK Percentages of Color #e8504d

%0
%66
%67
%9

Triadic Colors of #e8504d

#e8504d #4de850 #504de8

Analogous Colors of #e8504d

#e8504d #e89e4d #e84d98

Monochromatic Colors of #e8504d

#e8504d

Complementary Color

#e8504d #4de5e8

#e8504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8504d Color CSS Codes

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

#e8504d Text Font Color

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

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


#e8504d Background Color

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

This div background color is #e8504d


#e8504d Border Color

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

This div border color is #e8504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8504d


Comments

No comments written yet.

Please login to write comment.