Color Hex Logo

#e29587 Color Hex

#E29587
(226,149,135)
0 Favorites   0 Comments

Color spaces of #e29587

RGB 226149135
HSL0.030.610.71
HSV40°89°
CMYK 0.000.340.40   0.11
XYZ46.484739.412928.0791
Yxy39.41290.40780.3458
Hunter Lab62.779722.304417.4275
CIE-Lab69.049327.345619.3340

#e29587 color RGB value is (226,149,135).

#e29587 hex color red value is 226, green value is 149 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #e29587 hue: 0.03 , saturation: 0.61 and the lightness value of e29587 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 10000111
Octal 342 225 207
Decimal 226 149 135
Hex E2 95 87

RGB Percentages of Color #e29587

%44.31
%29.22
%26.47

CMYK Percentages of Color #e29587

%0
%34
%40
%11

Triadic Colors of #e29587

#e29587 #87e295 #9587e2

Analogous Colors of #e29587

#e29587 #e2c387 #e287a7

Monochromatic Colors of #e29587

#e29587

Complementary Color

#e29587 #87d4e2

#e29587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29587 Color CSS Codes

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

#e29587 Text Font Color

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

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


#e29587 Background Color

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

This div background color is #e29587


#e29587 Border Color

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

This div border color is #e29587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29587


Comments

No comments written yet.

Please login to write comment.