Color Hex Logo

#e39baa Color Hex

#E39BAA
(227,155,170)
0 Favorites   0 Comments

Color spaces of #e39baa

RGB 227155170
HSL0.970.560.75
HSV348°32°89°
CMYK 0.000.320.25   0.11
XYZ50.655642.675943.5976
Yxy42.67590.36990.3117
Hunter Lab65.326824.09036.1600
CIE-Lab71.334428.94223.1653

#e39baa color RGB value is (227,155,170).

#e39baa hex color red value is 227, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e39baa hue: 0.97 , saturation: 0.56 and the lightness value of e39baa is 0.75.

The process color (four color CMYK) of #e39baa color hex is 0.00, 0.32, 0.25, 0.11. Web safe color of #e39baa is #cc9999. Color #e39baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 10101010
Octal 343 233 252
Decimal 227 155 170
Hex E3 9B AA

RGB Percentages of Color #e39baa

%41.12
%28.08
%30.80

CMYK Percentages of Color #e39baa

%0
%32
%25
%11

Triadic Colors of #e39baa

#e39baa #aae39b #9baae3

Analogous Colors of #e39baa

#e39baa #e3b09b #e39bce

Monochromatic Colors of #e39baa

#e39baa

Complementary Color

#e39baa #9be3d4

#e39baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39baa Color CSS Codes

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

#e39baa Text Font Color

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

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


#e39baa Background Color

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

This div background color is #e39baa


#e39baa Border Color

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

This div border color is #e39baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,155,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e39baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e39baa;
  -webkit-box-shadow: 1px 1px 3px 2px #e39baa;
  box-shadow:         1px 1px 3px 2px #e39baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,155,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39baa


Comments

No comments written yet.

Please login to write comment.