Color Hex Logo

#e16562 Color Hex

#E16562
(225,101,98)
0 Favorites   0 Comments

Color spaces of #e16562

RGB 22510198
HSL0.000.680.63
HSV56°88°
CMYK 0.000.550.56   0.12
XYZ37.909626.196814.6137
Yxy26.19680.48160.3328
Hunter Lab51.182842.639818.8995
CIE-Lab58.223448.121725.5721

#e16562 color RGB value is (225,101,98).

#e16562 hex color red value is 225, green value is 101 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #e16562 hue: 0.00 , saturation: 0.68 and the lightness value of e16562 is 0.63.

The process color (four color CMYK) of #e16562 color hex is 0.00, 0.55, 0.56, 0.12. Web safe color of #e16562 is #cc6666. Color #e16562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 01100010
Octal 341 145 142
Decimal 225 101 98
Hex E1 65 62

RGB Percentages of Color #e16562

%53.07
%23.82
%23.11

CMYK Percentages of Color #e16562

%0
%55
%56
%12

Triadic Colors of #e16562

#e16562 #62e165 #6562e1

Analogous Colors of #e16562

#e16562 #e1a562 #e1629f

Monochromatic Colors of #e16562

#e16562

Complementary Color

#e16562 #62dee1

#e16562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16562 Color CSS Codes

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

#e16562 Text Font Color

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

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


#e16562 Background Color

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

This div background color is #e16562


#e16562 Border Color

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

This div border color is #e16562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16562


Comments

No comments written yet.

Please login to write comment.