Color Hex Logo

#e581bb Color Hex

#E581BB
(229,129,187)
0 Favorites   0 Comments

Color spaces of #e581bb

RGB 229129187
HSL0.900.660.70
HSV325°44°90°
CMYK 0.000.440.18   0.10
XYZ49.133035.946451.3625
Yxy35.94640.36010.2635
Hunter Lab59.955341.3578-8.8238
CIE-Lab66.478945.7680-13.4842

#e581bb color RGB value is (229,129,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 10111011
Octal 345 201 273
Decimal 229 129 187
Hex E5 81 BB

RGB Percentages of Color #e581bb

%42.02
%23.67
%34.31

CMYK Percentages of Color #e581bb

%0
%44
%18
%10

Triadic Colors of #e581bb

#e581bb #bbe581 #81bbe5

Analogous Colors of #e581bb

#e581bb #e58189 #dd81e5

Monochromatic Colors of #e581bb

#e581bb

Complementary Color

#e581bb #81e5ab

#e581bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581bb Color CSS Codes

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

#e581bb Text Font Color

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

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


#e581bb Background Color

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

This div background color is #e581bb


#e581bb Border Color

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

This div border color is #e581bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581bb


Comments

No comments written yet.

Please login to write comment.