Color Hex Logo

#e48881 Color Hex

#E48881
(228,136,129)
0 Favorites   0 Comments

Color spaces of #e48881

RGB 228136129
HSL0.010.650.70
HSV43°89°
CMYK 0.000.400.43   0.11
XYZ44.761535.687325.2980
Yxy35.68730.42330.3375
Hunter Lab59.738829.204616.7093
CIE-Lab66.280334.351718.9097

#e48881 color RGB value is (228,136,129).

#e48881 hex color red value is 228, green value is 136 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e48881 hue: 0.01 , saturation: 0.65 and the lightness value of e48881 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 10000001
Octal 344 210 201
Decimal 228 136 129
Hex E4 88 81

RGB Percentages of Color #e48881

%46.25
%27.59
%26.17

CMYK Percentages of Color #e48881

%0
%40
%43
%11

Triadic Colors of #e48881

#e48881 #81e488 #8881e4

Analogous Colors of #e48881

#e48881 #e4ba81 #e481ac

Monochromatic Colors of #e48881

#e48881

Complementary Color

#e48881 #81dde4

#e48881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48881 Color CSS Codes

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

#e48881 Text Font Color

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

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


#e48881 Background Color

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

This div background color is #e48881


#e48881 Border Color

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

This div border color is #e48881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48881


Comments

No comments written yet.

Please login to write comment.