Color Hex Logo

#e2554f Color Hex

#E2554F
(226,85,79)
0 Favorites   0 Comments

Color spaces of #e2554f

RGB 2268579
HSL0.010.720.60
HSV65°89°
CMYK 0.000.620.65   0.11
XYZ36.023823.23039.9824
Yxy23.23030.52030.3355
Hunter Lab48.197849.067521.4587
CIE-Lab55.308854.477832.7638

#e2554f color RGB value is (226,85,79).

#e2554f hex color red value is 226, green value is 85 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e2554f hue: 0.01 , saturation: 0.72 and the lightness value of e2554f is 0.60.

The process color (four color CMYK) of #e2554f color hex is 0.00, 0.62, 0.65, 0.11. Web safe color of #e2554f is #cc6666. Color #e2554f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 01001111
Octal 342 125 117
Decimal 226 85 79
Hex E2 55 4F

RGB Percentages of Color #e2554f

%57.95
%21.79
%20.26

CMYK Percentages of Color #e2554f

%0
%62
%65
%11

Triadic Colors of #e2554f

#e2554f #4fe255 #554fe2

Analogous Colors of #e2554f

#e2554f #e29f4f #e24f93

Monochromatic Colors of #e2554f

#e2554f

Complementary Color

#e2554f #4fdce2

#e2554f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2554f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2554f Color CSS Codes

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

#e2554f Text Font Color

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

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


#e2554f Background Color

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

This div background color is #e2554f


#e2554f Border Color

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

This div border color is #e2554f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2554f


Comments

No comments written yet.

Please login to write comment.