Color Hex Logo

#e57fbf Color Hex

#E57FBF
(229,127,191)
0 Favorites   0 Comments

Color spaces of #e57fbf

RGB 229127191
HSL0.900.660.70
HSV322°45°90°
CMYK 0.000.450.17   0.10
XYZ49.306435.598353.5626
Yxy35.59830.35610.2571
Hunter Lab59.664343.0993-11.4616
CIE-Lab66.211847.3908-16.1367

#e57fbf color RGB value is (229,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 10111111
Octal 345 177 277
Decimal 229 127 191
Hex E5 7F BF

RGB Percentages of Color #e57fbf

%41.86
%23.22
%34.92

CMYK Percentages of Color #e57fbf

%0
%45
%17
%10

Triadic Colors of #e57fbf

#e57fbf #bfe57f #7fbfe5

Analogous Colors of #e57fbf

#e57fbf #e57f8c #d87fe5

Monochromatic Colors of #e57fbf

#e57fbf

Complementary Color

#e57fbf #7fe5a5

#e57fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57fbf Color CSS Codes

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

#e57fbf Text Font Color

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

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


#e57fbf Background Color

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

This div background color is #e57fbf


#e57fbf Border Color

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

This div border color is #e57fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57fbf


Comments

No comments written yet.

Please login to write comment.