Color Hex Logo

#e89dca Color Hex

#E89DCA
(232,157,202)
0 Favorites   0 Comments

Color spaces of #e89dca

RGB 232157202
HSL0.900.620.76
HSV324°32°91°
CMYK 0.000.320.13   0.09
XYZ55.996445.534061.7147
Yxy45.53400.34300.2789
Hunter Lab67.478930.0377-6.9901
CIE-Lab73.242134.4931-11.6501

#e89dca color RGB value is (232,157,202).

#e89dca hex color red value is 232, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e89dca hue: 0.90 , saturation: 0.62 and the lightness value of e89dca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011101 11001010
Octal 350 235 312
Decimal 232 157 202
Hex E8 9D CA

RGB Percentages of Color #e89dca

%39.26
%26.57
%34.18

CMYK Percentages of Color #e89dca

%0
%32
%13
%9

Triadic Colors of #e89dca

#e89dca #cae89d #9dcae8

Analogous Colors of #e89dca

#e89dca #e89da5 #e19de8

Monochromatic Colors of #e89dca

#e89dca

Complementary Color

#e89dca #9de8bb

#e89dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89dca Color CSS Codes

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

#e89dca Text Font Color

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

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


#e89dca Background Color

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

This div background color is #e89dca


#e89dca Border Color

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

This div border color is #e89dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89dca


Comments

No comments written yet.

Please login to write comment.