Color Hex Logo

#e49885 Color Hex

#E49885
(228,152,133)
0 Favorites   0 Comments

Color spaces of #e49885

RGB 228152133
HSL0.030.640.71
HSV12°42°89°
CMYK 0.000.330.42   0.11
XYZ47.456840.643927.5341
Yxy40.64390.41040.3515
Hunter Lab63.752621.306719.0200
CIE-Lab69.925726.295121.6741

#e49885 color RGB value is (228,152,133).

#e49885 hex color red value is 228, green value is 152 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e49885 hue: 0.03 , saturation: 0.64 and the lightness value of e49885 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 10000101
Octal 344 230 205
Decimal 228 152 133
Hex E4 98 85

RGB Percentages of Color #e49885

%44.44
%29.63
%25.93

CMYK Percentages of Color #e49885

%0
%33
%42
%11

Triadic Colors of #e49885

#e49885 #85e498 #9885e4

Analogous Colors of #e49885

#e49885 #e4c885 #e485a2

Monochromatic Colors of #e49885

#e49885

Complementary Color

#e49885 #85d1e4

#e49885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49885 Color CSS Codes

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

#e49885 Text Font Color

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

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


#e49885 Background Color

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

This div background color is #e49885


#e49885 Border Color

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

This div border color is #e49885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49885


Comments

No comments written yet.

Please login to write comment.