Color Hex Logo

#e16b5f Color Hex

#E16B5F
(225,107,95)
0 Favorites   0 Comments

Color spaces of #e16b5f

RGB 22510795
HSL0.020.680.63
HSV58°88°
CMYK 0.000.520.58   0.12
XYZ38.374627.349214.0828
Yxy27.34920.48080.3427
Hunter Lab52.296539.462620.6414
CIE-Lab59.296244.996428.6771

#e16b5f color RGB value is (225,107,95).

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

The process color (four color CMYK) of #e16b5f color hex is 0.00, 0.52, 0.58, 0.12. Web safe color of #e16b5f is #cc6666. Color #e16b5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 01011111
Octal 341 153 137
Decimal 225 107 95
Hex E1 6B 5F

RGB Percentages of Color #e16b5f

%52.69
%25.06
%22.25

CMYK Percentages of Color #e16b5f

%0
%52
%58
%12

Triadic Colors of #e16b5f

#e16b5f #5fe16b #6b5fe1

Analogous Colors of #e16b5f

#e16b5f #e1ac5f #e15f94

Monochromatic Colors of #e16b5f

#e16b5f

Complementary Color

#e16b5f #5fd5e1

#e16b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16b5f Color CSS Codes

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

#e16b5f Text Font Color

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

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


#e16b5f Background Color

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

This div background color is #e16b5f


#e16b5f Border Color

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

This div border color is #e16b5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16b5f


Comments

No comments written yet.

Please login to write comment.