Color Hex Logo

#e861db Color Hex

#E861DB
(232,97,219)
0 Favorites   0 Comments

Color spaces of #e861db

RGB 23297219
HSL0.850.750.65
HSV306°58°91°
CMYK 0.000.580.06   0.09
XYZ50.339630.819770.3134
Yxy30.81970.33230.2035
Hunter Lab55.515564.7057-36.2332
CIE-Lab62.355166.8014-37.7762

#e861db color RGB value is (232,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100001 11011011
Octal 350 141 333
Decimal 232 97 219
Hex E8 61 DB

RGB Percentages of Color #e861db

%42.34
%17.70
%39.96

CMYK Percentages of Color #e861db

%0
%58
%6
%9

Triadic Colors of #e861db

#e861db #dbe861 #61dbe8

Analogous Colors of #e861db

#e861db #e86198 #b261e8

Monochromatic Colors of #e861db

#e861db

Complementary Color

#e861db #61e86e

#e861db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e861db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e861db Color CSS Codes

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

#e861db Text Font Color

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

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


#e861db Background Color

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

This div background color is #e861db


#e861db Border Color

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

This div border color is #e861db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e861db


Comments

No comments written yet.

Please login to write comment.