Color Hex Logo

#e56969 Color Hex

#E56969
(229,105,105)
0 Favorites   0 Comments

Color spaces of #e56969

RGB 229105105
HSL0.000.700.65
HSV54°90°
CMYK 0.000.540.54   0.10
XYZ39.914527.781116.6232
Yxy27.78110.47340.3295
Hunter Lab52.707842.935718.1963
CIE-Lab59.690548.175323.6081

#e56969 color RGB value is (229,105,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101001 01101001
Octal 345 151 151
Decimal 229 105 105
Hex E5 69 69

RGB Percentages of Color #e56969

%52.16
%23.92
%23.92

CMYK Percentages of Color #e56969

%0
%54
%54
%10

Triadic Colors of #e56969

#e56969 #69e569 #6969e5

Analogous Colors of #e56969

#e56969 #e5a769 #e569a7

Monochromatic Colors of #e56969

#e56969

Complementary Color

#e56969 #69e5e5

#e56969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56969 Color CSS Codes

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

#e56969 Text Font Color

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

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


#e56969 Background Color

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

This div background color is #e56969


#e56969 Border Color

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

This div border color is #e56969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56969


Comments

No comments written yet.

Please login to write comment.