Color Hex Logo

#e59fae Color Hex

#E59FAE
(229,159,174)
0 Favorites   0 Comments

Color spaces of #e59fae

RGB 229159174
HSL0.960.570.76
HSV347°31°90°
CMYK 0.000.310.24   0.10
XYZ52.351244.510345.8765
Yxy44.51030.36680.3118
Hunter Lab66.716023.31355.9312
CIE-Lab72.568328.09762.7676

#e59fae color RGB value is (229,159,174).

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

The process color (four color CMYK) of #e59fae color hex is 0.00, 0.31, 0.24, 0.10. Web safe color of #e59fae is #cc9999. Color #e59fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 10101110
Octal 345 237 256
Decimal 229 159 174
Hex E5 9F AE

RGB Percentages of Color #e59fae

%40.75
%28.29
%30.96

CMYK Percentages of Color #e59fae

%0
%31
%24
%10

Triadic Colors of #e59fae

#e59fae #aee59f #9faee5

Analogous Colors of #e59fae

#e59fae #e5b39f #e59fd1

Monochromatic Colors of #e59fae

#e59fae

Complementary Color

#e59fae #9fe5d6

#e59fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fae Color CSS Codes

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

#e59fae Text Font Color

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

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


#e59fae Background Color

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

This div background color is #e59fae


#e59fae Border Color

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

This div border color is #e59fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fae


Comments

No comments written yet.

Please login to write comment.