Color Hex Logo

#e89bdd Color Hex

#E89BDD
(232,155,221)
0 Favorites   0 Comments

Color spaces of #e89bdd

RGB 232155221
HSL0.860.630.76
HSV309°33°91°
CMYK 0.000.330.05   0.09
XYZ58.051245.819074.1909
Yxy45.81900.32600.2573
Hunter Lab67.689734.6258-17.6016
CIE-Lab73.427938.7578-21.8061

#e89bdd color RGB value is (232,155,221).

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

The process color (four color CMYK) of #e89bdd color hex is 0.00, 0.33, 0.05, 0.09. Web safe color of #e89bdd is #ff99cc. Color #e89bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 11011101
Octal 350 233 335
Decimal 232 155 221
Hex E8 9B DD

RGB Percentages of Color #e89bdd

%38.16
%25.49
%36.35

CMYK Percentages of Color #e89bdd

%0
%33
%5
%9

Triadic Colors of #e89bdd

#e89bdd #dde89b #9bdde8

Analogous Colors of #e89bdd

#e89bdd #e89bb7 #cd9be8

Monochromatic Colors of #e89bdd

#e89bdd

Complementary Color

#e89bdd #9be8a6

#e89bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89bdd Color CSS Codes

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

#e89bdd Text Font Color

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

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


#e89bdd Background Color

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

This div background color is #e89bdd


#e89bdd Border Color

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

This div border color is #e89bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89bdd


Comments

No comments written yet.

Please login to write comment.