Color Hex Logo

#e7555a Color Hex

#E7555A
(231,85,90)
0 Favorites   0 Comments

Color spaces of #e7555a

RGB 2318590
HSL0.990.750.62
HSV358°63°91°
CMYK 0.000.630.61   0.09
XYZ38.049024.224112.3432
Yxy24.22410.50990.3246
Hunter Lab49.218051.861719.5835
CIE-Lab56.311556.813327.8800

#e7555a color RGB value is (231,85,90).

#e7555a hex color red value is 231, green value is 85 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e7555a hue: 0.99 , saturation: 0.75 and the lightness value of e7555a is 0.62.

The process color (four color CMYK) of #e7555a color hex is 0.00, 0.63, 0.61, 0.09. Web safe color of #e7555a is #ff6666. Color #e7555a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010101 01011010
Octal 347 125 132
Decimal 231 85 90
Hex E7 55 5A

RGB Percentages of Color #e7555a

%56.90
%20.94
%22.17

CMYK Percentages of Color #e7555a

%0
%63
%61
%9

Triadic Colors of #e7555a

#e7555a #5ae755 #555ae7

Analogous Colors of #e7555a

#e7555a #e79955 #e755a3

Monochromatic Colors of #e7555a

#e7555a

Complementary Color

#e7555a #55e7e2

#e7555a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7555a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7555a Color CSS Codes

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

#e7555a Text Font Color

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

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


#e7555a Background Color

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

This div background color is #e7555a


#e7555a Border Color

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

This div border color is #e7555a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7555a


Comments

No comments written yet.

Please login to write comment.