Color Hex Logo

#e17c6b Color Hex

#E17C6B
(225,124,107)
0 Favorites   0 Comments

Color spaces of #e17c6b

RGB 225124107
HSL0.020.660.65
HSV52°88°
CMYK 0.000.450.52   0.12
XYZ40.912831.484417.8307
Yxy31.48440.45340.3489
Hunter Lab56.111031.957520.4368
CIE-Lab62.914437.374726.6387

#e17c6b color RGB value is (225,124,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 01101011
Octal 341 174 153
Decimal 225 124 107
Hex E1 7C 6B

RGB Percentages of Color #e17c6b

%49.34
%27.19
%23.46

CMYK Percentages of Color #e17c6b

%0
%45
%52
%12

Triadic Colors of #e17c6b

#e17c6b #6be17c #7c6be1

Analogous Colors of #e17c6b

#e17c6b #e1b76b #e16b95

Monochromatic Colors of #e17c6b

#e17c6b

Complementary Color

#e17c6b #6bd0e1

#e17c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17c6b Color CSS Codes

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

#e17c6b Text Font Color

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

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


#e17c6b Background Color

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

This div background color is #e17c6b


#e17c6b Border Color

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

This div border color is #e17c6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17c6b


Comments

No comments written yet.

Please login to write comment.