Color Hex Logo

#e16e58 Color Hex

#E16E58
(225,110,88)
0 Favorites   0 Comments

Color spaces of #e16e58

RGB 22511088
HSL0.030.700.61
HSV10°61°88°
CMYK 0.000.510.61   0.12
XYZ38.388727.864012.5875
Yxy27.86400.48690.3534
Hunter Lab52.786437.437422.8121
CIE-Lab59.765743.017933.2011

#e16e58 color RGB value is (225,110,88).

#e16e58 hex color red value is 225, green value is 110 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e16e58 hue: 0.03 , saturation: 0.70 and the lightness value of e16e58 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 01011000
Octal 341 156 130
Decimal 225 110 88
Hex E1 6E 58

RGB Percentages of Color #e16e58

%53.19
%26.00
%20.80

CMYK Percentages of Color #e16e58

%0
%51
%61
%12

Triadic Colors of #e16e58

#e16e58 #58e16e #6e58e1

Analogous Colors of #e16e58

#e16e58 #e1b358 #e15887

Monochromatic Colors of #e16e58

#e16e58

Complementary Color

#e16e58 #58cbe1

#e16e58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16e58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16e58 Color CSS Codes

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

#e16e58 Text Font Color

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

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


#e16e58 Background Color

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

This div background color is #e16e58


#e16e58 Border Color

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

This div border color is #e16e58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16e58


Comments

No comments written yet.

Please login to write comment.