Color Hex Logo

#e581ce Color Hex

#E581CE
(229,129,206)
0 Favorites   0 Comments

Color spaces of #e581ce

RGB 229129206
HSL0.870.660.70
HSV314°44°90°
CMYK 0.000.440.10   0.10
XYZ51.303936.814862.7945
Yxy36.81480.34000.2439
Hunter Lab60.675244.7490-18.8883
CIE-Lab67.137948.7530-23.1344

#e581ce color RGB value is (229,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 11001110
Octal 345 201 316
Decimal 229 129 206
Hex E5 81 CE

RGB Percentages of Color #e581ce

%40.60
%22.87
%36.52

CMYK Percentages of Color #e581ce

%0
%44
%10
%10

Triadic Colors of #e581ce

#e581ce #cee581 #81cee5

Analogous Colors of #e581ce

#e581ce #e5819c #ca81e5

Monochromatic Colors of #e581ce

#e581ce

Complementary Color

#e581ce #81e598

#e581ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581ce Color CSS Codes

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

#e581ce Text Font Color

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

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


#e581ce Background Color

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

This div background color is #e581ce


#e581ce Border Color

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

This div border color is #e581ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581ce


Comments

No comments written yet.

Please login to write comment.