Color Hex Logo

#e16259 Color Hex

#E16259
(225,98,89)
0 Favorites   0 Comments

Color spaces of #e16259

RGB 2259889
HSL0.010.690.62
HSV60°88°
CMYK 0.000.560.60   0.12
XYZ37.222225.464212.4044
Yxy25.46420.49570.3391
Hunter Lab50.462143.357920.7490
CIE-Lab57.524948.894129.8125

#e16259 color RGB value is (225,98,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 01011001
Octal 341 142 131
Decimal 225 98 89
Hex E1 62 59

RGB Percentages of Color #e16259

%54.61
%23.79
%21.60

CMYK Percentages of Color #e16259

%0
%56
%60
%12

Triadic Colors of #e16259

#e16259 #59e162 #6259e1

Analogous Colors of #e16259

#e16259 #e1a659 #e15994

Monochromatic Colors of #e16259

#e16259

Complementary Color

#e16259 #59d8e1

#e16259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16259 Color CSS Codes

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

#e16259 Text Font Color

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

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


#e16259 Background Color

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

This div background color is #e16259


#e16259 Border Color

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

This div border color is #e16259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16259


Comments

No comments written yet.

Please login to write comment.