Color Hex Logo

#e16334 Color Hex

#E16334
(225,99,52)
0 Favorites   0 Comments

Color spaces of #e16334

RGB 2259952
HSL0.050.740.54
HSV16°77°88°
CMYK 0.000.560.77   0.12
XYZ36.133025.17926.2045
Yxy25.17920.53520.3729
Hunter Lab50.178940.721927.7941
CIE-Lab57.249646.477449.3300

#e16334 color RGB value is (225,99,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100011 00110100
Octal 341 143 64
Decimal 225 99 52
Hex E1 63 34

RGB Percentages of Color #e16334

%59.84
%26.33
%13.83

CMYK Percentages of Color #e16334

%0
%56
%77
%12

Triadic Colors of #e16334

#e16334 #34e163 #6334e1

Analogous Colors of #e16334

#e16334 #e1ba34 #e1345b

Monochromatic Colors of #e16334

#e16334

Complementary Color

#e16334 #34b2e1

#e16334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16334 Color CSS Codes

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

#e16334 Text Font Color

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

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


#e16334 Background Color

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

This div background color is #e16334


#e16334 Border Color

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

This div border color is #e16334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16334


Comments

No comments written yet.

Please login to write comment.