Color Hex Logo

#e57bbf Color Hex

#E57BBF
(229,123,191)
0 Favorites   0 Comments

Color spaces of #e57bbf

RGB 229123191
HSL0.890.670.69
HSV322°46°90°
CMYK 0.000.460.17   0.10
XYZ48.800034.585553.3938
Yxy34.58550.35680.2529
Hunter Lab58.809445.2026-12.6635
CIE-Lab65.424749.4037-17.3278

#e57bbf color RGB value is (229,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 10111111
Octal 345 173 277
Decimal 229 123 191
Hex E5 7B BF

RGB Percentages of Color #e57bbf

%42.17
%22.65
%35.17

CMYK Percentages of Color #e57bbf

%0
%46
%17
%10

Triadic Colors of #e57bbf

#e57bbf #bfe57b #7bbfe5

Analogous Colors of #e57bbf

#e57bbf #e57b8a #d67be5

Monochromatic Colors of #e57bbf

#e57bbf

Complementary Color

#e57bbf #7be5a1

#e57bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bbf Color CSS Codes

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

#e57bbf Text Font Color

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

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


#e57bbf Background Color

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

This div background color is #e57bbf


#e57bbf Border Color

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

This div border color is #e57bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bbf


Comments

No comments written yet.

Please login to write comment.