Color Hex Logo

#e89bdb Color Hex

#E89BDB
(232,155,219)
0 Favorites   0 Comments

Color spaces of #e89bdb

RGB 232155219
HSL0.860.630.76
HSV310°33°91°
CMYK 0.000.330.06   0.09
XYZ57.786245.713072.7957
Yxy45.71300.32780.2593
Hunter Lab67.611434.2407-16.5083
CIE-Lab73.358938.4088-20.8149

#e89bdb color RGB value is (232,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 11011011
Octal 350 233 333
Decimal 232 155 219
Hex E8 9B DB

RGB Percentages of Color #e89bdb

%38.28
%25.58
%36.14

CMYK Percentages of Color #e89bdb

%0
%33
%6
%9

Triadic Colors of #e89bdb

#e89bdb #dbe89b #9bdbe8

Analogous Colors of #e89bdb

#e89bdb #e89bb5 #cf9be8

Monochromatic Colors of #e89bdb

#e89bdb

Complementary Color

#e89bdb #9be8a8

#e89bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89bdb Color CSS Codes

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

#e89bdb Text Font Color

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

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


#e89bdb Background Color

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

This div background color is #e89bdb


#e89bdb Border Color

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

This div border color is #e89bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89bdb


Comments

No comments written yet.

Please login to write comment.