Color Hex Logo

#e57bba Color Hex

#E57BBA
(229,123,186)
0 Favorites   0 Comments

Color spaces of #e57bba

RGB 229123186
HSL0.900.670.69
HSV324°46°90°
CMYK 0.000.460.19   0.10
XYZ48.259034.369150.5447
Yxy34.36910.36240.2581
Hunter Lab58.625244.3434-10.0803
CIE-Lab65.254548.6522-14.7646

#e57bba color RGB value is (229,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111011 10111010
Octal 345 173 272
Decimal 229 123 186
Hex E5 7B BA

RGB Percentages of Color #e57bba

%42.57
%22.86
%34.57

CMYK Percentages of Color #e57bba

%0
%46
%19
%10

Triadic Colors of #e57bba

#e57bba #bae57b #7bbae5

Analogous Colors of #e57bba

#e57bba #e57b85 #db7be5

Monochromatic Colors of #e57bba

#e57bba

Complementary Color

#e57bba #7be5a6

#e57bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57bba Color CSS Codes

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

#e57bba Text Font Color

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

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


#e57bba Background Color

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

This div background color is #e57bba


#e57bba Border Color

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

This div border color is #e57bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57bba


Comments

No comments written yet.

Please login to write comment.