Color Hex Logo

#e89dda Color Hex

#E89DDA
(232,157,218)
0 Favorites   0 Comments

Color spaces of #e89dda

RGB 232157218
HSL0.860.620.76
HSV311°32°91°
CMYK 0.000.320.06   0.09
XYZ57.990646.331772.2161
Yxy46.33170.32850.2624
Hunter Lab68.067432.9567-15.2565
CIE-Lab73.760337.1777-19.6576

#e89dda color RGB value is (232,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011101 11011010
Octal 350 235 332
Decimal 232 157 218
Hex E8 9D DA

RGB Percentages of Color #e89dda

%38.22
%25.86
%35.91

CMYK Percentages of Color #e89dda

%0
%32
%6
%9

Triadic Colors of #e89dda

#e89dda #dae89d #9ddae8

Analogous Colors of #e89dda

#e89dda #e89db5 #d19de8

Monochromatic Colors of #e89dda

#e89dda

Complementary Color

#e89dda #9de8ab

#e89dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89dda Color CSS Codes

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

#e89dda Text Font Color

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

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


#e89dda Background Color

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

This div background color is #e89dda


#e89dda Border Color

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

This div border color is #e89dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,157,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89dda


Comments

No comments written yet.

Please login to write comment.