Color Hex Logo

#e577bd Color Hex

#E577BD
(229,119,189)
0 Favorites   0 Comments

Color spaces of #e577bd

RGB 229119189
HSL0.890.680.68
HSV322°48°90°
CMYK 0.000.480.17   0.10
XYZ48.095233.525852.0803
Yxy33.52580.35970.2508
Hunter Lab57.901546.9414-12.7982
CIE-Lab64.584451.0887-17.4725

#e577bd color RGB value is (229,119,189).

#e577bd hex color red value is 229, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e577bd hue: 0.89 , saturation: 0.68 and the lightness value of e577bd is 0.68.

The process color (four color CMYK) of #e577bd color hex is 0.00, 0.48, 0.17, 0.10. Web safe color of #e577bd is #cc66cc. Color #e577bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 10111101
Octal 345 167 275
Decimal 229 119 189
Hex E5 77 BD

RGB Percentages of Color #e577bd

%42.64
%22.16
%35.20

CMYK Percentages of Color #e577bd

%0
%48
%17
%10

Triadic Colors of #e577bd

#e577bd #bde577 #77bde5

Analogous Colors of #e577bd

#e577bd #e57786 #d677e5

Monochromatic Colors of #e577bd

#e577bd

Complementary Color

#e577bd #77e59f

#e577bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e577bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e577bd Color CSS Codes

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

#e577bd Text Font Color

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

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


#e577bd Background Color

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

This div background color is #e577bd


#e577bd Border Color

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

This div border color is #e577bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,119,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 #e577bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e577bd


Comments

No comments written yet.

Please login to write comment.