Color Hex Logo

#e17152 Color Hex

#E17152
(225,113,82)
0 Favorites   0 Comments

Color spaces of #e17152

RGB 22511382
HSL0.040.700.60
HSV13°64°88°
CMYK 0.000.500.64   0.12
XYZ38.479528.427011.4415
Yxy28.42700.49110.3628
Hunter Lab53.317035.520924.5986
CIE-Lab60.272641.124237.1264

#e17152 color RGB value is (225,113,82).

#e17152 hex color red value is 225, green value is 113 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e17152 hue: 0.04 , saturation: 0.70 and the lightness value of e17152 is 0.60.

The process color (four color CMYK) of #e17152 color hex is 0.00, 0.50, 0.64, 0.12. Web safe color of #e17152 is #cc6666. Color #e17152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110001 01010010
Octal 341 161 122
Decimal 225 113 82
Hex E1 71 52

RGB Percentages of Color #e17152

%53.57
%26.90
%19.52

CMYK Percentages of Color #e17152

%0
%50
%64
%12

Triadic Colors of #e17152

#e17152 #52e171 #7152e1

Analogous Colors of #e17152

#e17152 #e1b952 #e1527b

Monochromatic Colors of #e17152

#e17152

Complementary Color

#e17152 #52c2e1

#e17152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17152 Color CSS Codes

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

#e17152 Text Font Color

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

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


#e17152 Background Color

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

This div background color is #e17152


#e17152 Border Color

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

This div border color is #e17152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17152


Comments

No comments written yet.

Please login to write comment.