Color Hex Logo

#e850db Color Hex

#E850DB
(232,80,219)
0 Favorites   0 Comments

Color spaces of #e850db

RGB 23280219
HSL0.850.770.61
HSV305°66°91°
CMYK 0.000.660.06   0.09
XYZ48.933628.007669.8448
Yxy28.00760.33340.1908
Hunter Lab52.922272.4331-41.2032
CIE-Lab59.895673.6009-41.6318

#e850db color RGB value is (232,80,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 11011011
Octal 350 120 333
Decimal 232 80 219
Hex E8 50 DB

RGB Percentages of Color #e850db

%43.69
%15.07
%41.24

CMYK Percentages of Color #e850db

%0
%66
%6
%9

Triadic Colors of #e850db

#e850db #dbe850 #50dbe8

Analogous Colors of #e850db

#e850db #e8508f #a950e8

Monochromatic Colors of #e850db

#e850db

Complementary Color

#e850db #50e85d

#e850db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e850db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e850db Color CSS Codes

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

#e850db Text Font Color

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

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


#e850db Background Color

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

This div background color is #e850db


#e850db Border Color

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

This div border color is #e850db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e850db


Comments

No comments written yet.

Please login to write comment.