Color Hex Logo

#e577bf Color Hex

#E577BF
(229,119,191)
0 Favorites   0 Comments

Color spaces of #e577bf

RGB 229119191
HSL0.890.680.68
HSV321°48°90°
CMYK 0.000.480.17   0.10
XYZ48.313933.613353.2318
Yxy33.61330.35750.2487
Hunter Lab57.977047.2895-13.8535
CIE-Lab64.654551.3898-18.4961

#e577bf color RGB value is (229,119,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 10111111
Octal 345 167 277
Decimal 229 119 191
Hex E5 77 BF

RGB Percentages of Color #e577bf

%42.49
%22.08
%35.44

CMYK Percentages of Color #e577bf

%0
%48
%17
%10

Triadic Colors of #e577bf

#e577bf #bfe577 #77bfe5

Analogous Colors of #e577bf

#e577bf #e57788 #d477e5

Monochromatic Colors of #e577bf

#e577bf

Complementary Color

#e577bf #77e59d

#e577bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e577bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e577bf Color CSS Codes

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

#e577bf Text Font Color

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

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


#e577bf Background Color

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

This div background color is #e577bf


#e577bf Border Color

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

This div border color is #e577bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e577bf


Comments

No comments written yet.

Please login to write comment.