Color Hex Logo

#e581bd Color Hex

#E581BD
(229,129,189)
0 Favorites   0 Comments

Color spaces of #e581bd

RGB 229129189
HSL0.900.660.70
HSV324°44°90°
CMYK 0.000.440.17   0.10
XYZ49.348736.032752.4981
Yxy36.03270.35790.2613
Hunter Lab60.027241.6981-9.8343
CIE-Lab66.544946.0701-14.5095

#e581bd color RGB value is (229,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000001 10111101
Octal 345 201 275
Decimal 229 129 189
Hex E5 81 BD

RGB Percentages of Color #e581bd

%41.86
%23.58
%34.55

CMYK Percentages of Color #e581bd

%0
%44
%17
%10

Triadic Colors of #e581bd

#e581bd #bde581 #81bde5

Analogous Colors of #e581bd

#e581bd #e5818b #db81e5

Monochromatic Colors of #e581bd

#e581bd

Complementary Color

#e581bd #81e5a9

#e581bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e581bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e581bd Color CSS Codes

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

#e581bd Text Font Color

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

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


#e581bd Background Color

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

This div background color is #e581bd


#e581bd Border Color

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

This div border color is #e581bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e581bd


Comments

No comments written yet.

Please login to write comment.