Color Hex Logo

#e89bbf Color Hex

#E89BBF
(232,155,191)
0 Favorites   0 Comments

Color spaces of #e89bbf

RGB 232155191
HSL0.920.630.76
HSV332°33°91°
CMYK 0.000.330.18   0.09
XYZ54.404044.360154.9852
Yxy44.36010.35380.2885
Hunter Lab66.603429.2492-2.3252
CIE-Lab72.468533.8161-6.7348

#e89bbf color RGB value is (232,155,191).

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

The process color (four color CMYK) of #e89bbf color hex is 0.00, 0.33, 0.18, 0.09. Web safe color of #e89bbf is #ff99cc. Color #e89bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 10111111
Octal 350 233 277
Decimal 232 155 191
Hex E8 9B BF

RGB Percentages of Color #e89bbf

%40.14
%26.82
%33.04

CMYK Percentages of Color #e89bbf

%0
%33
%18
%9

Triadic Colors of #e89bbf

#e89bbf #bfe89b #9bbfe8

Analogous Colors of #e89bbf

#e89bbf #e89e9b #e89be6

Monochromatic Colors of #e89bbf

#e89bbf

Complementary Color

#e89bbf #9be8c4

#e89bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89bbf Color CSS Codes

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

#e89bbf Text Font Color

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

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


#e89bbf Background Color

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

This div background color is #e89bbf


#e89bbf Border Color

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

This div border color is #e89bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89bbf


Comments

No comments written yet.

Please login to write comment.