Color Hex Logo

#e56560 Color Hex

#E56560
(229,101,96)
0 Favorites   0 Comments

Color spaces of #e56560

RGB 22910196
HSL0.010.720.64
HSV58°90°
CMYK 0.000.560.58   0.10
XYZ39.078126.809914.1815
Yxy26.80990.48810.3348
Hunter Lab51.778344.105520.0059
CIE-Lab58.798049.388427.5824

#e56560 color RGB value is (229,101,96).

#e56560 hex color red value is 229, green value is 101 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e56560 hue: 0.01 , saturation: 0.72 and the lightness value of e56560 is 0.64.

The process color (four color CMYK) of #e56560 color hex is 0.00, 0.56, 0.58, 0.10. Web safe color of #e56560 is #cc6666. Color #e56560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 01100000
Octal 345 145 140
Decimal 229 101 96
Hex E5 65 60

RGB Percentages of Color #e56560

%53.76
%23.71
%22.54

CMYK Percentages of Color #e56560

%0
%56
%58
%10

Triadic Colors of #e56560

#e56560 #60e565 #6560e5

Analogous Colors of #e56560

#e56560 #e5a860 #e5609e

Monochromatic Colors of #e56560

#e56560

Complementary Color

#e56560 #60e0e5

#e56560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56560 Color CSS Codes

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

#e56560 Text Font Color

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

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


#e56560 Background Color

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

This div background color is #e56560


#e56560 Border Color

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

This div border color is #e56560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56560


Comments

No comments written yet.

Please login to write comment.