Color Hex Logo

#e841db Color Hex

#E841DB
(232,65,219)
0 Favorites   0 Comments

Color spaces of #e841db

RGB 23265219
HSL0.850.780.58
HSV305°72°91°
CMYK 0.000.720.06   0.09
XYZ47.955226.050969.5186
Yxy26.05090.33410.1815
Hunter Lab51.040178.3912-45.0273
CIE-Lab58.085378.7150-44.4840

#e841db color RGB value is (232,65,219).

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

The process color (four color CMYK) of #e841db color hex is 0.00, 0.72, 0.06, 0.09. Web safe color of #e841db is #ff33cc. Color #e841db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 11011011
Octal 350 101 333
Decimal 232 65 219
Hex E8 41 DB

RGB Percentages of Color #e841db

%44.96
%12.60
%42.44

CMYK Percentages of Color #e841db

%0
%72
%6
%9

Triadic Colors of #e841db

#e841db #dbe841 #41dbe8

Analogous Colors of #e841db

#e841db #e84188 #a241e8

Monochromatic Colors of #e841db

#e841db

Complementary Color

#e841db #41e84e

#e841db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e841db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e841db Color CSS Codes

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

#e841db Text Font Color

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

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


#e841db Background Color

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

This div background color is #e841db


#e841db Border Color

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

This div border color is #e841db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e841db


Comments

No comments written yet.

Please login to write comment.