Color Hex Logo

#e1554e Color Hex

#E1554E
(225,85,78)
0 Favorites   0 Comments

Color spaces of #e1554e

RGB 2258578
HSL0.010.710.59
HSV65°88°
CMYK 0.000.620.65   0.12
XYZ35.675023.05469.7774
Yxy23.05460.52070.3365
Hunter Lab48.015248.597821.5373
CIE-Lab55.128554.083033.0746

#e1554e color RGB value is (225,85,78).

#e1554e hex color red value is 225, green value is 85 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e1554e hue: 0.01 , saturation: 0.71 and the lightness value of e1554e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 01001110
Octal 341 125 116
Decimal 225 85 78
Hex E1 55 4E

RGB Percentages of Color #e1554e

%57.99
%21.91
%20.10

CMYK Percentages of Color #e1554e

%0
%62
%65
%12

Triadic Colors of #e1554e

#e1554e #4ee155 #554ee1

Analogous Colors of #e1554e

#e1554e #e19f4e #e14e91

Monochromatic Colors of #e1554e

#e1554e

Complementary Color

#e1554e #4edae1

#e1554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1554e Color CSS Codes

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

#e1554e Text Font Color

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

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


#e1554e Background Color

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

This div background color is #e1554e


#e1554e Border Color

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

This div border color is #e1554e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,85,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1554e


Comments

No comments written yet.

Please login to write comment.