Color Hex Logo

#e581ee Color Hex

#E581EE
(229,129,238)
0 Favorites   0 Comments

Color spaces of #e581ee

RGB 229129238
HSL0.820.760.72
HSV295°46°93°
CMYK 0.040.460.00   0.07
XYZ55.596038.531685.3960
Yxy38.53160.30970.2146
Hunter Lab62.073851.2431-38.1146
CIE-Lab68.410654.3172-38.9048

#e581ee color RGB value is (229,129,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 11101110
Octal 345 201 356
Decimal 229 129 238
Hex E5 81 EE

RGB Percentages of Color #e581ee

%38.42
%21.64
%39.93

CMYK Percentages of Color #e581ee

%4
%46
%0
%7

Triadic Colors of #e581ee

#e581ee #eee581 #81eee5

Analogous Colors of #e581ee

#e581ee #ee81c1 #af81ee

Monochromatic Colors of #e581ee

#e581ee

Complementary Color

#e581ee #8aee81

#e581ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581ee Color CSS Codes

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

#e581ee Text Font Color

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

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


#e581ee Background Color

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

This div background color is #e581ee


#e581ee Border Color

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

This div border color is #e581ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581ee


Comments

No comments written yet.

Please login to write comment.