Color Hex Logo

#e4565e Color Hex

#E4565E
(228,86,94)
0 Favorites   0 Comments

Color spaces of #e4565e

RGB 2288694
HSL0.990.720.62
HSV357°62°89°
CMYK 0.000.620.59   0.11
XYZ37.343123.957713.2458
Yxy23.95770.50090.3214
Hunter Lab48.946650.527418.2177
CIE-Lab56.045455.667025.1172

#e4565e color RGB value is (228,86,94).

#e4565e hex color red value is 228, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e4565e hue: 0.99 , saturation: 0.72 and the lightness value of e4565e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010110 01011110
Octal 344 126 136
Decimal 228 86 94
Hex E4 56 5E

RGB Percentages of Color #e4565e

%55.88
%21.08
%23.04

CMYK Percentages of Color #e4565e

%0
%62
%59
%11

Triadic Colors of #e4565e

#e4565e #5ee456 #565ee4

Analogous Colors of #e4565e

#e4565e #e49556 #e456a5

Monochromatic Colors of #e4565e

#e4565e

Complementary Color

#e4565e #56e4dc

#e4565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4565e Color CSS Codes

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

#e4565e Text Font Color

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

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


#e4565e Background Color

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

This div background color is #e4565e


#e4565e Border Color

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

This div border color is #e4565e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,86,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4565e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4565e;
  -webkit-box-shadow: 1px 1px 3px 2px #e4565e;
  box-shadow:         1px 1px 3px 2px #e4565e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,86,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4565e


Comments

No comments written yet.

Please login to write comment.