Color Hex Logo

#e56970 Color Hex

#E56970
(229,105,112)
0 Favorites   0 Comments

Color spaces of #e56970

RGB 229105112
HSL0.990.700.65
HSV357°54°90°
CMYK 0.000.540.51   0.10
XYZ40.289327.931018.5970
Yxy27.93100.46410.3217
Hunter Lab52.849843.589916.1316
CIE-Lab59.826348.757819.7688

#e56970 color RGB value is (229,105,112).

#e56970 hex color red value is 229, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e56970 hue: 0.99 , saturation: 0.70 and the lightness value of e56970 is 0.65.

The process color (four color CMYK) of #e56970 color hex is 0.00, 0.54, 0.51, 0.10. Web safe color of #e56970 is #cc6666. Color #e56970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101001 01110000
Octal 345 151 160
Decimal 229 105 112
Hex E5 69 70

RGB Percentages of Color #e56970

%51.35
%23.54
%25.11

CMYK Percentages of Color #e56970

%0
%54
%51
%10

Triadic Colors of #e56970

#e56970 #70e569 #6970e5

Analogous Colors of #e56970

#e56970 #e5a069 #e569ae

Monochromatic Colors of #e56970

#e56970

Complementary Color

#e56970 #69e5de

#e56970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56970 Color CSS Codes

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

#e56970 Text Font Color

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

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


#e56970 Background Color

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

This div background color is #e56970


#e56970 Border Color

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

This div border color is #e56970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56970


Comments

No comments written yet.

Please login to write comment.