Color Hex Logo

#e59796 Color Hex

#E59796
(229,151,150)
0 Favorites   0 Comments

Color spaces of #e59796

RGB 229151150
HSL0.000.600.74
HSV34°90°
CMYK 0.000.340.34   0.10
XYZ48.884740.993234.1901
Yxy40.99320.39400.3304
Hunter Lab64.025924.241913.1571
CIE-Lab70.171229.176212.6322

#e59796 color RGB value is (229,151,150).

#e59796 hex color red value is 229, green value is 151 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e59796 hue: 0.00 , saturation: 0.60 and the lightness value of e59796 is 0.74.

The process color (four color CMYK) of #e59796 color hex is 0.00, 0.34, 0.34, 0.10. Web safe color of #e59796 is #cc9999. Color #e59796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010111 10010110
Octal 345 227 226
Decimal 229 151 150
Hex E5 97 96

RGB Percentages of Color #e59796

%43.21
%28.49
%28.30

CMYK Percentages of Color #e59796

%0
%34
%34
%10

Triadic Colors of #e59796

#e59796 #96e597 #9796e5

Analogous Colors of #e59796

#e59796 #e5bf96 #e596bd

Monochromatic Colors of #e59796

#e59796

Complementary Color

#e59796 #96e4e5

#e59796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59796 Color CSS Codes

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

#e59796 Text Font Color

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

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


#e59796 Background Color

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

This div background color is #e59796


#e59796 Border Color

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

This div border color is #e59796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59796


Comments

No comments written yet.

Please login to write comment.