Color Hex Logo

#e581da Color Hex

#E581DA
(229,129,218)
0 Favorites   0 Comments

Color spaces of #e581da

RGB 229129218
HSL0.850.660.70
HSV307°44°90°
CMYK 0.000.440.05   0.10
XYZ52.818237.420570.7687
Yxy37.42050.32800.2324
Hunter Lab61.172347.0713-25.7705
CIE-Lab67.591350.7651-29.1206

#e581da color RGB value is (229,129,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 11011010
Octal 345 201 332
Decimal 229 129 218
Hex E5 81 DA

RGB Percentages of Color #e581da

%39.76
%22.40
%37.85

CMYK Percentages of Color #e581da

%0
%44
%5
%10

Triadic Colors of #e581da

#e581da #dae581 #81dae5

Analogous Colors of #e581da

#e581da #e581a8 #be81e5

Monochromatic Colors of #e581da

#e581da

Complementary Color

#e581da #81e58c

#e581da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581da Color CSS Codes

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

#e581da Text Font Color

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

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


#e581da Background Color

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

This div background color is #e581da


#e581da Border Color

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

This div border color is #e581da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581da


Comments

No comments written yet.

Please login to write comment.