Color Hex Logo

#e18e6f Color Hex

#E18E6F
(225,142,111)
0 Favorites   0 Comments

Color spaces of #e18e6f

RGB 225142111
HSL0.050.660.66
HSV16°51°88°
CMYK 0.000.370.51   0.12
XYZ43.593636.501319.7867
Yxy36.50130.43650.3654
Hunter Lab60.416323.068822.8736
CIE-Lab66.901228.262329.6493

#e18e6f color RGB value is (225,142,111).

#e18e6f hex color red value is 225, green value is 142 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e18e6f hue: 0.05 , saturation: 0.66 and the lightness value of e18e6f is 0.66.

The process color (four color CMYK) of #e18e6f color hex is 0.00, 0.37, 0.51, 0.12. Web safe color of #e18e6f is #cc9966. Color #e18e6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 01101111
Octal 341 216 157
Decimal 225 142 111
Hex E1 8E 6F

RGB Percentages of Color #e18e6f

%47.07
%29.71
%23.22

CMYK Percentages of Color #e18e6f

%0
%37
%51
%12

Triadic Colors of #e18e6f

#e18e6f #6fe18e #8e6fe1

Analogous Colors of #e18e6f

#e18e6f #e1c76f #e16f89

Monochromatic Colors of #e18e6f

#e18e6f

Complementary Color

#e18e6f #6fc2e1

#e18e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18e6f Color CSS Codes

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

#e18e6f Text Font Color

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

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


#e18e6f Background Color

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

This div background color is #e18e6f


#e18e6f Border Color

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

This div border color is #e18e6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,142,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e18e6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e18e6f;
  -webkit-box-shadow: 1px 1px 3px 2px #e18e6f;
  box-shadow:         1px 1px 3px 2px #e18e6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18e6f


Comments

No comments written yet.

Please login to write comment.