Color Hex Logo

#e16550 Color Hex

#E16550
(225,101,80)
0 Favorites   0 Comments

Color spaces of #e16550

RGB 22510180
HSL0.020.710.60
HSV64°88°
CMYK 0.000.550.64   0.12
XYZ37.153025.894110.6293
Yxy25.89410.50430.3515
Hunter Lab50.886241.275323.2357
CIE-Lab57.936446.893835.3867

#e16550 color RGB value is (225,101,80).

#e16550 hex color red value is 225, green value is 101 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e16550 hue: 0.02 , saturation: 0.71 and the lightness value of e16550 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 01010000
Octal 341 145 120
Decimal 225 101 80
Hex E1 65 50

RGB Percentages of Color #e16550

%55.42
%24.88
%19.70

CMYK Percentages of Color #e16550

%0
%55
%64
%12

Triadic Colors of #e16550

#e16550 #50e165 #6550e1

Analogous Colors of #e16550

#e16550 #e1ae50 #e15084

Monochromatic Colors of #e16550

#e16550

Complementary Color

#e16550 #50cce1

#e16550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16550 Color CSS Codes

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

#e16550 Text Font Color

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

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


#e16550 Background Color

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

This div background color is #e16550


#e16550 Border Color

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

This div border color is #e16550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16550


Comments

No comments written yet.

Please login to write comment.