Color Hex Logo

#e5514f Color Hex

#E5514F
(229,81,79)
0 Favorites   0 Comments

Color spaces of #e5514f

RGB 2298179
HSL0.000.740.60
HSV66°90°
CMYK 0.000.650.66   0.10
XYZ36.666823.10749.9248
Yxy23.10740.52610.3315
Hunter Lab48.070252.032921.4078
CIE-Lab55.182857.161032.7204

#e5514f color RGB value is (229,81,79).

#e5514f hex color red value is 229, green value is 81 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e5514f hue: 0.00 , saturation: 0.74 and the lightness value of e5514f is 0.60.

The process color (four color CMYK) of #e5514f color hex is 0.00, 0.65, 0.66, 0.10. Web safe color of #e5514f is #cc6666. Color #e5514f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010001 01001111
Octal 345 121 117
Decimal 229 81 79
Hex E5 51 4F

RGB Percentages of Color #e5514f

%58.87
%20.82
%20.31

CMYK Percentages of Color #e5514f

%0
%65
%66
%10

Triadic Colors of #e5514f

#e5514f #4fe551 #514fe5

Analogous Colors of #e5514f

#e5514f #e59c4f #e54f98

Monochromatic Colors of #e5514f

#e5514f

Complementary Color

#e5514f #4fe3e5

#e5514f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5514f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5514f Color CSS Codes

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

#e5514f Text Font Color

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

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


#e5514f Background Color

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

This div background color is #e5514f


#e5514f Border Color

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

This div border color is #e5514f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,81,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5514f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5514f;
  -webkit-box-shadow: 1px 1px 3px 2px #e5514f;
  box-shadow:         1px 1px 3px 2px #e5514f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,81,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5514f


Comments

No comments written yet.

Please login to write comment.