Color Hex Logo

#e98dbf Color Hex

#E98DBF
(233,141,191)
0 Favorites   0 Comments

Color spaces of #e98dbf

RGB 233141191
HSL0.910.680.73
HSV327°39°91°
CMYK 0.000.390.18   0.09
XYZ52.533140.135054.2682
Yxy40.13500.35750.2731
Hunter Lab63.352237.1500-6.4419
CIE-Lab69.565641.5144-11.0446

#e98dbf color RGB value is (233,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001101 10111111
Octal 351 215 277
Decimal 233 141 191
Hex E9 8D BF

RGB Percentages of Color #e98dbf

%41.24
%24.96
%33.81

CMYK Percentages of Color #e98dbf

%0
%39
%18
%9

Triadic Colors of #e98dbf

#e98dbf #bfe98d #8dbfe9

Analogous Colors of #e98dbf

#e98dbf #e98d91 #e58de9

Monochromatic Colors of #e98dbf

#e98dbf

Complementary Color

#e98dbf #8de9b7

#e98dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98dbf Color CSS Codes

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

#e98dbf Text Font Color

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

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


#e98dbf Background Color

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

This div background color is #e98dbf


#e98dbf Border Color

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

This div border color is #e98dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98dbf


Comments

No comments written yet.

Please login to write comment.