Color Hex Logo

#e98dca Color Hex

#E98DCA
(233,141,202)
0 Favorites   0 Comments

Color spaces of #e98dca

RGB 233141202
HSL0.890.680.73
HSV320°39°91°
CMYK 0.000.390.13   0.09
XYZ53.789840.637760.8859
Yxy40.63770.34630.2616
Hunter Lab63.747739.0584-12.0049
CIE-Lab69.921343.2272-16.6313

#e98dca color RGB value is (233,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001101 11001010
Octal 351 215 312
Decimal 233 141 202
Hex E9 8D CA

RGB Percentages of Color #e98dca

%40.45
%24.48
%35.07

CMYK Percentages of Color #e98dca

%0
%39
%13
%9

Triadic Colors of #e98dca

#e98dca #cae98d #8dcae9

Analogous Colors of #e98dca

#e98dca #e98d9c #da8de9

Monochromatic Colors of #e98dca

#e98dca

Complementary Color

#e98dca #8de9ac

#e98dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98dca Color CSS Codes

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

#e98dca Text Font Color

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

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


#e98dca Background Color

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

This div background color is #e98dca


#e98dca Border Color

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

This div border color is #e98dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98dca


Comments

No comments written yet.

Please login to write comment.