Color Hex Logo

#e7a38f Color Hex

#E7A38F
(231,163,143)
0 Favorites   0 Comments

Color spaces of #e7a38f

RGB 231163143
HSL0.040.650.73
HSV14°38°91°
CMYK 0.000.290.38   0.09
XYZ51.010145.166532.0161
Yxy45.16650.39790.3523
Hunter Lab67.206017.872918.7992
CIE-Lab73.001422.700520.4565

#e7a38f color RGB value is (231,163,143).

#e7a38f hex color red value is 231, green value is 163 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e7a38f hue: 0.04 , saturation: 0.65 and the lightness value of e7a38f is 0.73.

The process color (four color CMYK) of #e7a38f color hex is 0.00, 0.29, 0.38, 0.09. Web safe color of #e7a38f is #ff9999. Color #e7a38f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10100011 10001111
Octal 347 243 217
Decimal 231 163 143
Hex E7 A3 8F

RGB Percentages of Color #e7a38f

%43.02
%30.35
%26.63

CMYK Percentages of Color #e7a38f

%0
%29
%38
%9

Triadic Colors of #e7a38f

#e7a38f #8fe7a3 #a38fe7

Analogous Colors of #e7a38f

#e7a38f #e7cf8f #e78fa7

Monochromatic Colors of #e7a38f

#e7a38f

Complementary Color

#e7a38f #8fd3e7

#e7a38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7a38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7a38f Color CSS Codes

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

#e7a38f Text Font Color

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

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


#e7a38f Background Color

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

This div background color is #e7a38f


#e7a38f Border Color

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

This div border color is #e7a38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7a38f


Comments

No comments written yet.

Please login to write comment.