Color Hex Logo

#e581ed Color Hex

#E581ED
(229,129,237)
0 Favorites   0 Comments

Color spaces of #e581ed

RGB 229129237
HSL0.820.750.72
HSV296°46°93°
CMYK 0.030.460.00   0.07
XYZ55.449438.473084.6243
Yxy38.47300.31060.2155
Hunter Lab62.026651.0256-37.4721
CIE-Lab68.367854.1339-38.4213

#e581ed color RGB value is (229,129,237).

#e581ed hex color red value is 229, green value is 129 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e581ed hue: 0.82 , saturation: 0.75 and the lightness value of e581ed is 0.72.

The process color (four color CMYK) of #e581ed color hex is 0.03, 0.46, 0.00, 0.07. Web safe color of #e581ed is #cc99ff. Color #e581ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 11101101
Octal 345 201 355
Decimal 229 129 237
Hex E5 81 ED

RGB Percentages of Color #e581ed

%38.49
%21.68
%39.83

CMYK Percentages of Color #e581ed

%3
%46
%0
%7

Triadic Colors of #e581ed

#e581ed #ede581 #81ede5

Analogous Colors of #e581ed

#e581ed #ed81bf #af81ed

Monochromatic Colors of #e581ed

#e581ed

Complementary Color

#e581ed #89ed81

#e581ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581ed Color CSS Codes

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

#e581ed Text Font Color

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

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


#e581ed Background Color

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

This div background color is #e581ed


#e581ed Border Color

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

This div border color is #e581ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,129,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e581ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581ed


Comments

No comments written yet.

Please login to write comment.