Color Hex Logo

#e2afaf Color Hex

#E2AFAF
(226,175,175)
0 Favorites   0 Comments

Color spaces of #e2afaf

RGB 226175175
HSL0.000.470.79
HSV23°89°
CMYK 0.000.230.23   0.11
XYZ54.431949.923847.3248
Yxy49.92380.35890.3291
Hunter Lab70.656813.86189.7482
CIE-Lab76.022518.56837.1617

#e2afaf color RGB value is (226,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 10101111
Octal 342 257 257
Decimal 226 175 175
Hex E2 AF AF

RGB Percentages of Color #e2afaf

%39.24
%30.38
%30.38

CMYK Percentages of Color #e2afaf

%0
%23
%23
%11

Triadic Colors of #e2afaf

#e2afaf #afe2af #afafe2

Analogous Colors of #e2afaf

#e2afaf #e2c9af #e2afc9

Monochromatic Colors of #e2afaf

#e2afaf

Complementary Color

#e2afaf #afe2e2

#e2afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afaf Color CSS Codes

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

#e2afaf Text Font Color

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

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


#e2afaf Background Color

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

This div background color is #e2afaf


#e2afaf Border Color

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

This div border color is #e2afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afaf

#e2afaf Color Palettes


Comments

No comments written yet.

Please login to write comment.