Color Hex Logo

#e3a0ae Color Hex

#E3A0AE
(227,160,174)
0 Favorites   0 Comments

Color spaces of #e3a0ae

RGB 227160174
HSL0.970.540.76
HSV347°30°89°
CMYK 0.000.300.23   0.11
XYZ51.889344.528545.9044
Yxy44.52850.36460.3129
Hunter Lab66.729722.02555.9242
CIE-Lab72.580326.83662.7581

#e3a0ae color RGB value is (227,160,174).

#e3a0ae hex color red value is 227, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e3a0ae hue: 0.97 , saturation: 0.54 and the lightness value of e3a0ae is 0.76.

The process color (four color CMYK) of #e3a0ae color hex is 0.00, 0.30, 0.23, 0.11. Web safe color of #e3a0ae is #cc9999. Color #e3a0ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10100000 10101110
Octal 343 240 256
Decimal 227 160 174
Hex E3 A0 AE

RGB Percentages of Color #e3a0ae

%40.46
%28.52
%31.02

CMYK Percentages of Color #e3a0ae

%0
%30
%23
%11

Triadic Colors of #e3a0ae

#e3a0ae #aee3a0 #a0aee3

Analogous Colors of #e3a0ae

#e3a0ae #e3b4a0 #e3a0d0

Monochromatic Colors of #e3a0ae

#e3a0ae

Complementary Color

#e3a0ae #a0e3d5

#e3a0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3a0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3a0ae Color CSS Codes

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

#e3a0ae Text Font Color

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

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


#e3a0ae Background Color

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

This div background color is #e3a0ae


#e3a0ae Border Color

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

This div border color is #e3a0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3a0ae


Comments

No comments written yet.

Please login to write comment.