Color Hex Logo

#e860db Color Hex

#E860DB
(232,96,219)
0 Favorites   0 Comments

Color spaces of #e860db

RGB 23296219
HSL0.850.750.64
HSV306°59°91°
CMYK 0.000.590.06   0.09
XYZ50.247830.636070.2828
Yxy30.63600.33240.2027
Hunter Lab55.349865.1842-36.5412
CIE-Lab62.199167.2277-38.0200

#e860db color RGB value is (232,96,219).

#e860db hex color red value is 232, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e860db hue: 0.85 , saturation: 0.75 and the lightness value of e860db is 0.64.

The process color (four color CMYK) of #e860db color hex is 0.00, 0.59, 0.06, 0.09. Web safe color of #e860db is #ff66cc. Color #e860db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100000 11011011
Octal 350 140 333
Decimal 232 96 219
Hex E8 60 DB

RGB Percentages of Color #e860db

%42.41
%17.55
%40.04

CMYK Percentages of Color #e860db

%0
%59
%6
%9

Triadic Colors of #e860db

#e860db #dbe860 #60dbe8

Analogous Colors of #e860db

#e860db #e86097 #b160e8

Monochromatic Colors of #e860db

#e860db

Complementary Color

#e860db #60e86d

#e860db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e860db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e860db Color CSS Codes

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

#e860db Text Font Color

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

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


#e860db Background Color

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

This div background color is #e860db


#e860db Border Color

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

This div border color is #e860db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e860db


Comments

No comments written yet.

Please login to write comment.