Color Hex Logo

#e39bad Color Hex

#E39BAD
(227,155,173)
0 Favorites   0 Comments

Color spaces of #e39bad

RGB 227155173
HSL0.960.560.75
HSV345°32°89°
CMYK 0.000.320.24   0.11
XYZ50.942742.790745.1096
Yxy42.79070.36690.3082
Hunter Lab65.414624.53434.9041
CIE-Lab71.412729.36941.6154

#e39bad color RGB value is (227,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011011 10101101
Octal 343 233 255
Decimal 227 155 173
Hex E3 9B AD

RGB Percentages of Color #e39bad

%40.90
%27.93
%31.17

CMYK Percentages of Color #e39bad

%0
%32
%24
%11

Triadic Colors of #e39bad

#e39bad #ade39b #9bade3

Analogous Colors of #e39bad

#e39bad #e3ad9b #e39bd1

Monochromatic Colors of #e39bad

#e39bad

Complementary Color

#e39bad #9be3d1

#e39bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39bad Color CSS Codes

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

#e39bad Text Font Color

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

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


#e39bad Background Color

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

This div background color is #e39bad


#e39bad Border Color

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

This div border color is #e39bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39bad


Comments

No comments written yet.

Please login to write comment.