color codes Logo

#e891db color codes

#E891DB
(232,145,219)
0 Favorites   0 Comments

Color spaces of #e891db

RGB 232145219
HSL0.860.650.74
HSV309°38°91°
CMYK 0.000.380.06   0.09
XYZ56.190342.521172.2637
Yxy42.52110.32860.2487
Hunter Lab65.208239.7002-20.0594
CIE-Lab71.228743.6549-24.0606

#e891db color RGB value is (232,145,219).

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

The process color (four color CMYK) of #e891db color code is 0.00, 0.38, 0.06, 0.09. Web safe color of #e891db is #ff99cc. Color #e891db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010001 11011011
Octal 350 221 333
Decimal 232 145 219
Hex E8 91 DB

RGB Percentages of Color #e891db

%38.93
%24.33
%36.74

CMYK Percentages of Color #e891db

%0
%38
%6
%9

Triadic Colors of #e891db

#e891db #dbe891 #91dbe8

Analogous Colors of #e891db

#e891db #e891b0 #ca91e8

Monochromatic Colors of #e891db

#e891db

Complementary Color

#e891db #91e89e

#e891db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e891db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e891db Color CSS Codes

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

#e891db Text Font Color

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

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


#e891db Background Color

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

This div background color is #e891db


#e891db Border Color

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

This div border color is #e891db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e891db


Comments

No comments written yet.

Please login to write comment.