Color Hex Logo

#e98dcd Color Hex

#E98DCD
(233,141,205)
0 Favorites   0 Comments

Color spaces of #e98dcd

RGB 233141205
HSL0.880.680.73
HSV318°39°91°
CMYK 0.000.390.12   0.09
XYZ54.148640.781262.7752
Yxy40.78120.34340.2586
Hunter Lab63.860239.5993-13.5806
CIE-Lab70.022443.7093-18.1441

#e98dcd color RGB value is (233,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001101 11001101
Octal 351 215 315
Decimal 233 141 205
Hex E9 8D CD

RGB Percentages of Color #e98dcd

%40.24
%24.35
%35.41

CMYK Percentages of Color #e98dcd

%0
%39
%12
%9

Triadic Colors of #e98dcd

#e98dcd #cde98d #8dcde9

Analogous Colors of #e98dcd

#e98dcd #e98d9f #d78de9

Monochromatic Colors of #e98dcd

#e98dcd

Complementary Color

#e98dcd #8de9a9

#e98dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98dcd Color CSS Codes

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

#e98dcd Text Font Color

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

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


#e98dcd Background Color

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

This div background color is #e98dcd


#e98dcd Border Color

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

This div border color is #e98dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98dcd


Comments

No comments written yet.

Please login to write comment.