Color Hex Logo

#e576bd Color Hex

#E576BD
(229,118,189)
0 Favorites   0 Comments

Color spaces of #e576bd

RGB 229118189
HSL0.890.680.68
HSV322°48°90°
CMYK 0.000.480.17   0.10
XYZ47.976833.289052.0409
Yxy33.28900.35990.2497
Hunter Lab57.696647.4600-13.0905
CIE-Lab64.394251.5812-17.7610

#e576bd color RGB value is (229,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110110 10111101
Octal 345 166 275
Decimal 229 118 189
Hex E5 76 BD

RGB Percentages of Color #e576bd

%42.72
%22.01
%35.26

CMYK Percentages of Color #e576bd

%0
%48
%17
%10

Triadic Colors of #e576bd

#e576bd #bde576 #76bde5

Analogous Colors of #e576bd

#e576bd #e57686 #d676e5

Monochromatic Colors of #e576bd

#e576bd

Complementary Color

#e576bd #76e59e

#e576bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e576bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e576bd Color CSS Codes

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

#e576bd Text Font Color

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

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


#e576bd Background Color

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

This div background color is #e576bd


#e576bd Border Color

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

This div border color is #e576bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e576bd


Comments

No comments written yet.

Please login to write comment.