Color Hex Logo

#e16c5b Color Hex

#E16C5B
(225,108,91)
0 Favorites   0 Comments

Color spaces of #e16c5b

RGB 22510891
HSL0.020.690.62
HSV60°88°
CMYK 0.000.520.60   0.12
XYZ38.302227.488013.1845
Yxy27.48800.48500.3481
Hunter Lab52.429038.653121.7904
CIE-Lab59.423344.215731.0943

#e16c5b color RGB value is (225,108,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 01011011
Octal 341 154 133
Decimal 225 108 91
Hex E1 6C 5B

RGB Percentages of Color #e16c5b

%53.07
%25.47
%21.46

CMYK Percentages of Color #e16c5b

%0
%52
%60
%12

Triadic Colors of #e16c5b

#e16c5b #5be16c #6c5be1

Analogous Colors of #e16c5b

#e16c5b #e1af5b #e15b8d

Monochromatic Colors of #e16c5b

#e16c5b

Complementary Color

#e16c5b #5bd0e1

#e16c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16c5b Color CSS Codes

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

#e16c5b Text Font Color

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

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


#e16c5b Background Color

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

This div background color is #e16c5b


#e16c5b Border Color

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

This div border color is #e16c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16c5b


Comments

No comments written yet.

Please login to write comment.