Color Hex Logo

#e7afae Color Hex

#E7AFAE
(231,175,174)
0 Favorites   0 Comments

Color spaces of #e7afae

RGB 231175174
HSL0.000.540.79
HSV25°91°
CMYK 0.000.240.25   0.09
XYZ55.925050.704946.8839
Yxy50.70490.36430.3303
Hunter Lab71.207415.577810.8078
CIE-Lab76.499920.27288.4568

#e7afae color RGB value is (231,175,174).

#e7afae hex color red value is 231, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e7afae hue: 0.00 , saturation: 0.54 and the lightness value of e7afae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101111 10101110
Octal 347 257 256
Decimal 231 175 174
Hex E7 AF AE

RGB Percentages of Color #e7afae

%39.83
%30.17
%30.00

CMYK Percentages of Color #e7afae

%0
%24
%25
%9

Triadic Colors of #e7afae

#e7afae #aee7af #afaee7

Analogous Colors of #e7afae

#e7afae #e7ccae #e7aeca

Monochromatic Colors of #e7afae

#e7afae

Complementary Color

#e7afae #aee6e7

#e7afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7afae Color CSS Codes

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

#e7afae Text Font Color

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

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


#e7afae Background Color

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

This div background color is #e7afae


#e7afae Border Color

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

This div border color is #e7afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7afae


Comments

No comments written yet.

Please login to write comment.