Color Hex Logo

#e89fbf Color Hex

#E89FBF
(232,159,191)
0 Favorites   0 Comments

Color spaces of #e89fbf

RGB 232159191
HSL0.930.610.77
HSV334°31°91°
CMYK 0.000.310.18   0.09
XYZ55.080845.713755.2108
Yxy45.71370.35310.2930
Hunter Lab67.611927.0962-1.0869
CIE-Lab73.359431.6907-5.4164

#e89fbf color RGB value is (232,159,191).

#e89fbf hex color red value is 232, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e89fbf hue: 0.93 , saturation: 0.61 and the lightness value of e89fbf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011111 10111111
Octal 350 237 277
Decimal 232 159 191
Hex E8 9F BF

RGB Percentages of Color #e89fbf

%39.86
%27.32
%32.82

CMYK Percentages of Color #e89fbf

%0
%31
%18
%9

Triadic Colors of #e89fbf

#e89fbf #bfe89f #9fbfe8

Analogous Colors of #e89fbf

#e89fbf #e8a49f #e89fe4

Monochromatic Colors of #e89fbf

#e89fbf

Complementary Color

#e89fbf #9fe8c8

#e89fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89fbf Color CSS Codes

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

#e89fbf Text Font Color

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

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


#e89fbf Background Color

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

This div background color is #e89fbf


#e89fbf Border Color

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

This div border color is #e89fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89fbf


Comments

No comments written yet.

Please login to write comment.