Color Hex Logo

#e89bad Color Hex

#E89BAD
(232,155,173)
0 Favorites   0 Comments

Color spaces of #e89bad

RGB 232155173
HSL0.960.630.76
HSV346°33°91°
CMYK 0.000.330.25   0.09
XYZ52.542943.615645.1845
Yxy43.61560.37170.3086
Hunter Lab66.042126.44045.6646
CIE-Lab71.970831.17252.4952

#e89bad color RGB value is (232,155,173).

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

The process color (four color CMYK) of #e89bad color hex is 0.00, 0.33, 0.25, 0.09. Web safe color of #e89bad is #ff9999. Color #e89bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 10101101
Octal 350 233 255
Decimal 232 155 173
Hex E8 9B AD

RGB Percentages of Color #e89bad

%41.43
%27.68
%30.89

CMYK Percentages of Color #e89bad

%0
%33
%25
%9

Triadic Colors of #e89bad

#e89bad #ade89b #9bade8

Analogous Colors of #e89bad

#e89bad #e8b09b #e89bd4

Monochromatic Colors of #e89bad

#e89bad

Complementary Color

#e89bad #9be8d6

#e89bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89bad Color CSS Codes

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

#e89bad Text Font Color

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

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


#e89bad Background Color

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

This div background color is #e89bad


#e89bad Border Color

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

This div border color is #e89bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,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 #e89bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89bad


Comments

No comments written yet.

Please login to write comment.