Color Hex Logo

#e16962 Color Hex

#E16962
(225,105,98)
0 Favorites   0 Comments

Color spaces of #e16962

RGB 22510598
HSL0.010.680.63
HSV56°88°
CMYK 0.000.530.56   0.12
XYZ38.307526.992514.7463
Yxy26.99250.47860.3372
Hunter Lab51.954340.693519.5396
CIE-Lab58.967446.198026.5461

#e16962 color RGB value is (225,105,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 01100010
Octal 341 151 142
Decimal 225 105 98
Hex E1 69 62

RGB Percentages of Color #e16962

%52.57
%24.53
%22.90

CMYK Percentages of Color #e16962

%0
%53
%56
%12

Triadic Colors of #e16962

#e16962 #62e169 #6962e1

Analogous Colors of #e16962

#e16962 #e1a962 #e1629b

Monochromatic Colors of #e16962

#e16962

Complementary Color

#e16962 #62dae1

#e16962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16962 Color CSS Codes

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

#e16962 Text Font Color

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

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


#e16962 Background Color

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

This div background color is #e16962


#e16962 Border Color

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

This div border color is #e16962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,105,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 #e16962">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16962


Comments

No comments written yet.

Please login to write comment.