Color Hex Logo

#e29d82 Color Hex

#E29D82
(226,157,130)
0 Favorites   0 Comments

Color spaces of #e29d82

RGB 226157130
HSL0.050.620.70
HSV17°42°89°
CMYK 0.000.310.42   0.11
XYZ47.450341.894426.7046
Yxy41.89440.40890.3610
Hunter Lab64.725917.587420.8463
CIE-Lab70.798122.516924.4611

#e29d82 color RGB value is (226,157,130).

#e29d82 hex color red value is 226, green value is 157 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e29d82 hue: 0.05 , saturation: 0.62 and the lightness value of e29d82 is 0.70.

The process color (four color CMYK) of #e29d82 color hex is 0.00, 0.31, 0.42, 0.11. Web safe color of #e29d82 is #cc9999. Color #e29d82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 10000010
Octal 342 235 202
Decimal 226 157 130
Hex E2 9D 82

RGB Percentages of Color #e29d82

%44.05
%30.60
%25.34

CMYK Percentages of Color #e29d82

%0
%31
%42
%11

Triadic Colors of #e29d82

#e29d82 #82e29d #9d82e2

Analogous Colors of #e29d82

#e29d82 #e2cd82 #e28297

Monochromatic Colors of #e29d82

#e29d82

Complementary Color

#e29d82 #82c7e2

#e29d82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29d82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29d82 Color CSS Codes

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

#e29d82 Text Font Color

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

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


#e29d82 Background Color

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

This div background color is #e29d82


#e29d82 Border Color

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

This div border color is #e29d82


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,157,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e29d82; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e29d82;
  -webkit-box-shadow: 1px 1px 3px 2px #e29d82;
  box-shadow:         1px 1px 3px 2px #e29d82; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29d82


Comments

No comments written yet.

Please login to write comment.