Color Hex Logo

#e581db Color Hex

#E581DB
(229,129,219)
0 Favorites   0 Comments

Color spaces of #e581db

RGB 229129219
HSL0.850.660.70
HSV306°44°90°
CMYK 0.000.440.04   0.10
XYZ52.949537.473071.4601
Yxy37.47300.32710.2315
Hunter Lab61.215247.2711-26.3621
CIE-Lab67.630450.9370-29.6156

#e581db color RGB value is (229,129,219).

#e581db hex color red value is 229, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e581db hue: 0.85 , saturation: 0.66 and the lightness value of e581db is 0.70.

The process color (four color CMYK) of #e581db color hex is 0.00, 0.44, 0.04, 0.10. Web safe color of #e581db is #cc99cc. Color #e581db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 11011011
Octal 345 201 333
Decimal 229 129 219
Hex E5 81 DB

RGB Percentages of Color #e581db

%39.69
%22.36
%37.95

CMYK Percentages of Color #e581db

%0
%44
%4
%10

Triadic Colors of #e581db

#e581db #dbe581 #81dbe5

Analogous Colors of #e581db

#e581db #e581a9 #bd81e5

Monochromatic Colors of #e581db

#e581db

Complementary Color

#e581db #81e58b

#e581db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581db Color CSS Codes

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

#e581db Text Font Color

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

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


#e581db Background Color

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

This div background color is #e581db


#e581db Border Color

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

This div border color is #e581db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581db


Comments

No comments written yet.

Please login to write comment.