Color Hex Logo

#e98ebf Color Hex

#E98EBF
(233,142,191)
0 Favorites   0 Comments

Color spaces of #e98ebf

RGB 233142191
HSL0.910.670.74
HSV328°39°91°
CMYK 0.000.390.18   0.09
XYZ52.681240.431254.3176
Yxy40.43120.35730.2742
Hunter Lab63.585536.6142-6.1383
CIE-Lab69.775640.9945-10.7307

#e98ebf color RGB value is (233,142,191).

#e98ebf hex color red value is 233, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e98ebf hue: 0.91 , saturation: 0.67 and the lightness value of e98ebf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001110 10111111
Octal 351 216 277
Decimal 233 142 191
Hex E9 8E BF

RGB Percentages of Color #e98ebf

%41.17
%25.09
%33.75

CMYK Percentages of Color #e98ebf

%0
%39
%18
%9

Triadic Colors of #e98ebf

#e98ebf #bfe98e #8ebfe9

Analogous Colors of #e98ebf

#e98ebf #e98e92 #e68ee9

Monochromatic Colors of #e98ebf

#e98ebf

Complementary Color

#e98ebf #8ee9b8

#e98ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ebf Color CSS Codes

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

#e98ebf Text Font Color

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

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


#e98ebf Background Color

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

This div background color is #e98ebf


#e98ebf Border Color

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

This div border color is #e98ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ebf


Comments

No comments written yet.

Please login to write comment.