Color Hex Logo

#e98ddf Color Hex

#E98DDF
(233,141,223)
0 Favorites   0 Comments

Color spaces of #e98ddf

RGB 233141223
HSL0.850.680.73
HSV307°39°91°
CMYK 0.000.390.04   0.09
XYZ56.448441.701174.8860
Yxy41.70110.32620.2410
Hunter Lab64.576443.0242-23.5522
CIE-Lab70.664446.7290-27.1189

#e98ddf color RGB value is (233,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001101 11011111
Octal 351 215 337
Decimal 233 141 223
Hex E9 8D DF

RGB Percentages of Color #e98ddf

%39.03
%23.62
%37.35

CMYK Percentages of Color #e98ddf

%0
%39
%4
%9

Triadic Colors of #e98ddf

#e98ddf #dfe98d #8ddfe9

Analogous Colors of #e98ddf

#e98ddf #e98db1 #c58de9

Monochromatic Colors of #e98ddf

#e98ddf

Complementary Color

#e98ddf #8de997

#e98ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ddf Color CSS Codes

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

#e98ddf Text Font Color

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

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


#e98ddf Background Color

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

This div background color is #e98ddf


#e98ddf Border Color

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

This div border color is #e98ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,141,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ddf


Comments

No comments written yet.

Please login to write comment.