Color Hex Logo

#e581b0 Color Hex

#E581B0
(229,129,176)
0 Favorites   0 Comments

Color spaces of #e581b0

RGB 229129176
HSL0.920.660.70
HSV332°44°90°
CMYK 0.000.440.23   0.10
XYZ47.999835.493145.3953
Yxy35.49310.37240.2754
Hunter Lab59.576139.5573-3.4741
CIE-Lab66.130844.1597-7.8054

#e581b0 color RGB value is (229,129,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 10110000
Octal 345 201 260
Decimal 229 129 176
Hex E5 81 B0

RGB Percentages of Color #e581b0

%42.88
%24.16
%32.96

CMYK Percentages of Color #e581b0

%0
%44
%23
%10

Triadic Colors of #e581b0

#e581b0 #b0e581 #81b0e5

Analogous Colors of #e581b0

#e581b0 #e58481 #e581e2

Monochromatic Colors of #e581b0

#e581b0

Complementary Color

#e581b0 #81e5b6

#e581b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581b0 Color CSS Codes

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

#e581b0 Text Font Color

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

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


#e581b0 Background Color

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

This div background color is #e581b0


#e581b0 Border Color

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

This div border color is #e581b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581b0


Comments

No comments written yet.

Please login to write comment.