Color Hex Logo

#e577be Color Hex

#E577BE
(229,119,190)
0 Favorites   0 Comments

Color spaces of #e577be

RGB 229119190
HSL0.890.680.68
HSV321°48°90°
CMYK 0.000.480.17   0.10
XYZ48.204233.569452.6541
Yxy33.56940.35860.2497
Hunter Lab57.939147.1151-13.3244
CIE-Lab64.619351.2389-17.9847

#e577be color RGB value is (229,119,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 10111110
Octal 345 167 276
Decimal 229 119 190
Hex E5 77 BE

RGB Percentages of Color #e577be

%42.57
%22.12
%35.32

CMYK Percentages of Color #e577be

%0
%48
%17
%10

Triadic Colors of #e577be

#e577be #bee577 #77bee5

Analogous Colors of #e577be

#e577be #e57787 #d577e5

Monochromatic Colors of #e577be

#e577be

Complementary Color

#e577be #77e59e

#e577be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e577be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e577be Color CSS Codes

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

#e577be Text Font Color

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

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


#e577be Background Color

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

This div background color is #e577be


#e577be Border Color

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

This div border color is #e577be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e577be


Comments

No comments written yet.

Please login to write comment.