Color Hex Logo

#e79dae Color Hex

#E79DAE
(231,157,174)
0 Favorites   0 Comments

Color spaces of #e79dae

RGB 231157174
HSL0.960.610.76
HSV346°32°91°
CMYK 0.000.320.25   0.09
XYZ52.651944.158945.7929
Yxy44.15890.36920.3097
Hunter Lab66.452225.13925.6591
CIE-Lab72.334629.88812.4558

#e79dae color RGB value is (231,157,174).

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

The process color (four color CMYK) of #e79dae color hex is 0.00, 0.32, 0.25, 0.09. Web safe color of #e79dae is #ff9999. Color #e79dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011101 10101110
Octal 347 235 256
Decimal 231 157 174
Hex E7 9D AE

RGB Percentages of Color #e79dae

%41.10
%27.94
%30.96

CMYK Percentages of Color #e79dae

%0
%32
%25
%9

Triadic Colors of #e79dae

#e79dae #aee79d #9daee7

Analogous Colors of #e79dae

#e79dae #e7b19d #e79dd3

Monochromatic Colors of #e79dae

#e79dae

Complementary Color

#e79dae #9de7d6

#e79dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79dae Color CSS Codes

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

#e79dae Text Font Color

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

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


#e79dae Background Color

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

This div background color is #e79dae


#e79dae Border Color

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

This div border color is #e79dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79dae


Comments

No comments written yet.

Please login to write comment.