Color Hex Logo

#e29388 Color Hex

#E29388
(226,147,136)
0 Favorites   0 Comments

Color spaces of #e29388

RGB 226147136
HSL0.020.610.71
HSV40°89°
CMYK 0.000.350.40   0.11
XYZ46.241738.813828.3472
Yxy38.81380.40780.3423
Hunter Lab62.300723.462516.6332
CIE-Lab68.616228.524918.1833

#e29388 color RGB value is (226,147,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 10001000
Octal 342 223 210
Decimal 226 147 136
Hex E2 93 88

RGB Percentages of Color #e29388

%44.40
%28.88
%26.72

CMYK Percentages of Color #e29388

%0
%35
%40
%11

Triadic Colors of #e29388

#e29388 #88e293 #9388e2

Analogous Colors of #e29388

#e29388 #e2c088 #e288aa

Monochromatic Colors of #e29388

#e29388

Complementary Color

#e29388 #88d7e2

#e29388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29388 Color CSS Codes

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

#e29388 Text Font Color

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

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


#e29388 Background Color

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

This div background color is #e29388


#e29388 Border Color

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

This div border color is #e29388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29388


Comments

No comments written yet.

Please login to write comment.