Color Hex Logo

#e59fba Color Hex

#E59FBA
(229,159,186)
0 Favorites   0 Comments

Color spaces of #e59fba

RGB 229159186
HSL0.940.570.76
HSV337°31°90°
CMYK 0.000.310.19   0.10
XYZ53.574244.999552.3165
Yxy44.99950.35510.2982
Hunter Lab67.081725.16460.7173
CIE-Lab72.891629.8712-3.3860

#e59fba color RGB value is (229,159,186).

#e59fba hex color red value is 229, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e59fba hue: 0.94 , saturation: 0.57 and the lightness value of e59fba is 0.76.

The process color (four color CMYK) of #e59fba color hex is 0.00, 0.31, 0.19, 0.10. Web safe color of #e59fba is #cc99cc. Color #e59fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 10111010
Octal 345 237 272
Decimal 229 159 186
Hex E5 9F BA

RGB Percentages of Color #e59fba

%39.90
%27.70
%32.40

CMYK Percentages of Color #e59fba

%0
%31
%19
%10

Triadic Colors of #e59fba

#e59fba #bae59f #9fbae5

Analogous Colors of #e59fba

#e59fba #e5a79f #e59fdd

Monochromatic Colors of #e59fba

#e59fba

Complementary Color

#e59fba #9fe5ca

#e59fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fba Color CSS Codes

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

#e59fba Text Font Color

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

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


#e59fba Background Color

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

This div background color is #e59fba


#e59fba Border Color

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

This div border color is #e59fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fba


Comments

No comments written yet.

Please login to write comment.