Color Hex Logo

#e16332 Color Hex

#E16332
(225,99,50)
0 Favorites   0 Comments

Color spaces of #e16332

RGB 2259950
HSL0.050.740.54
HSV17°78°88°
CMYK 0.000.560.78   0.12
XYZ36.088925.16155.9722
Yxy25.16150.53690.3743
Hunter Lab50.161240.641128.0538
CIE-Lab57.232446.403950.2731

#e16332 color RGB value is (225,99,50).

#e16332 hex color red value is 225, green value is 99 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #e16332 hue: 0.05 , saturation: 0.74 and the lightness value of e16332 is 0.54.

The process color (four color CMYK) of #e16332 color hex is 0.00, 0.56, 0.78, 0.12. Web safe color of #e16332 is #cc6633. Color #e16332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100011 00110010
Octal 341 143 62
Decimal 225 99 50
Hex E1 63 32

RGB Percentages of Color #e16332

%60.16
%26.47
%13.37

CMYK Percentages of Color #e16332

%0
%56
%78
%12

Triadic Colors of #e16332

#e16332 #32e163 #6332e1

Analogous Colors of #e16332

#e16332 #e1bb32 #e13258

Monochromatic Colors of #e16332

#e16332

Complementary Color

#e16332 #32b0e1

#e16332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16332 Color CSS Codes

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

#e16332 Text Font Color

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

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


#e16332 Background Color

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

This div background color is #e16332


#e16332 Border Color

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

This div border color is #e16332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16332


Comments

No comments written yet.

Please login to write comment.