Color Hex Logo

#e16248 Color Hex

#E16248
(225,98,72)
0 Favorites   0 Comments

Color spaces of #e16248

RGB 2259872
HSL0.030.720.58
HSV10°68°88°
CMYK 0.000.560.68   0.12
XYZ36.588725.21089.0686
Yxy25.21080.51630.3557
Hunter Lab50.210442.206324.4388
CIE-Lab57.280247.861739.0032

#e16248 color RGB value is (225,98,72).

#e16248 hex color red value is 225, green value is 98 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e16248 hue: 0.03 , saturation: 0.72 and the lightness value of e16248 is 0.58.

The process color (four color CMYK) of #e16248 color hex is 0.00, 0.56, 0.68, 0.12. Web safe color of #e16248 is #cc6633. Color #e16248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 01001000
Octal 341 142 110
Decimal 225 98 72
Hex E1 62 48

RGB Percentages of Color #e16248

%56.96
%24.81
%18.23

CMYK Percentages of Color #e16248

%0
%56
%68
%12

Triadic Colors of #e16248

#e16248 #48e162 #6248e1

Analogous Colors of #e16248

#e16248 #e1af48 #e1487b

Monochromatic Colors of #e16248

#e16248

Complementary Color

#e16248 #48c7e1

#e16248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16248 Color CSS Codes

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

#e16248 Text Font Color

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

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


#e16248 Background Color

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

This div background color is #e16248


#e16248 Border Color

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

This div border color is #e16248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16248


Comments

No comments written yet.

Please login to write comment.