Color Hex Logo

#e29160 Color Hex

#E29160
(226,145,96)
0 Favorites   0 Comments

Color spaces of #e29160

RGB 22614596
HSL0.060.690.63
HSV23°58°89°
CMYK 0.000.360.58   0.11
XYZ43.600837.264115.9610
Yxy37.26410.45030.3849
Hunter Lab61.044320.665727.2287
CIE-Lab67.474725.811538.4678

#e29160 color RGB value is (226,145,96).

#e29160 hex color red value is 226, green value is 145 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e29160 hue: 0.06 , saturation: 0.69 and the lightness value of e29160 is 0.63.

The process color (four color CMYK) of #e29160 color hex is 0.00, 0.36, 0.58, 0.11. Web safe color of #e29160 is #cc9966. Color #e29160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010001 01100000
Octal 342 221 140
Decimal 226 145 96
Hex E2 91 60

RGB Percentages of Color #e29160

%48.39
%31.05
%20.56

CMYK Percentages of Color #e29160

%0
%36
%58
%11

Triadic Colors of #e29160

#e29160 #60e291 #9160e2

Analogous Colors of #e29160

#e29160 #e2d260 #e26070

Monochromatic Colors of #e29160

#e29160

Complementary Color

#e29160 #60b1e2

#e29160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29160 Color CSS Codes

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

#e29160 Text Font Color

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

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


#e29160 Background Color

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

This div background color is #e29160


#e29160 Border Color

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

This div border color is #e29160


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,145,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 #e29160">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29160


Comments

No comments written yet.

Please login to write comment.