Color Hex Logo

#e17e6f Color Hex

#E17E6F
(225,126,111)
0 Favorites   0 Comments

Color spaces of #e17e6f

RGB 225126111
HSL0.020.660.66
HSV51°88°
CMYK 0.000.440.51   0.12
XYZ41.381432.077019.0494
Yxy32.07700.44730.3467
Hunter Lab56.636631.306719.7037
CIE-Lab63.406536.689825.0488

#e17e6f color RGB value is (225,126,111).

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

The process color (four color CMYK) of #e17e6f color hex is 0.00, 0.44, 0.51, 0.12. Web safe color of #e17e6f is #cc6666. Color #e17e6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 01101111
Octal 341 176 157
Decimal 225 126 111
Hex E1 7E 6F

RGB Percentages of Color #e17e6f

%48.70
%27.27
%24.03

CMYK Percentages of Color #e17e6f

%0
%44
%51
%12

Triadic Colors of #e17e6f

#e17e6f #6fe17e #7e6fe1

Analogous Colors of #e17e6f

#e17e6f #e1b76f #e16f99

Monochromatic Colors of #e17e6f

#e17e6f

Complementary Color

#e17e6f #6fd2e1

#e17e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17e6f Color CSS Codes

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

#e17e6f Text Font Color

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

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


#e17e6f Background Color

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

This div background color is #e17e6f


#e17e6f Border Color

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

This div border color is #e17e6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17e6f


Comments

No comments written yet.

Please login to write comment.