Color Hex Logo

#e17c6a Color Hex

#E17C6A
(225,124,106)
0 Favorites   0 Comments

Color spaces of #e17c6a

RGB 225124106
HSL0.030.660.65
HSV53°88°
CMYK 0.000.450.53   0.12
XYZ40.860531.463517.5551
Yxy31.46350.45460.3501
Hunter Lab56.092331.866920.7088
CIE-Lab62.897037.289127.1753

#e17c6a color RGB value is (225,124,106).

#e17c6a hex color red value is 225, green value is 124 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e17c6a hue: 0.03 , saturation: 0.66 and the lightness value of e17c6a is 0.65.

The process color (four color CMYK) of #e17c6a color hex is 0.00, 0.45, 0.53, 0.12. Web safe color of #e17c6a is #cc6666. Color #e17c6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 01101010
Octal 341 174 152
Decimal 225 124 106
Hex E1 7C 6A

RGB Percentages of Color #e17c6a

%49.45
%27.25
%23.30

CMYK Percentages of Color #e17c6a

%0
%45
%53
%12

Triadic Colors of #e17c6a

#e17c6a #6ae17c #7c6ae1

Analogous Colors of #e17c6a

#e17c6a #e1b86a #e16a94

Monochromatic Colors of #e17c6a

#e17c6a

Complementary Color

#e17c6a #6acfe1

#e17c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17c6a Color CSS Codes

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

#e17c6a Text Font Color

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

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


#e17c6a Background Color

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

This div background color is #e17c6a


#e17c6a Border Color

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

This div border color is #e17c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17c6a


Comments

No comments written yet.

Please login to write comment.