Color Hex Logo

#e32106 Color Hex

#E32106
(227,33,6)
0 Favorites   0 Comments

Color spaces of #e32106

RGB 227336
HSL0.020.950.46
HSV97°89°
CMYK 0.000.850.97   0.11
XYZ32.255317.43181.8369
Yxy17.43180.62600.3383
Hunter Lab41.751464.836326.6175
CIE-Lab48.799669.449660.4288

#e32106 color RGB value is (227,33,6).

#e32106 hex color red value is 227, green value is 33 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e32106 hue: 0.02 , saturation: 0.95 and the lightness value of e32106 is 0.46.

The process color (four color CMYK) of #e32106 color hex is 0.00, 0.85, 0.97, 0.11. Web safe color of #e32106 is #cc3300. Color #e32106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100001 00000110
Octal 343 41 6
Decimal 227 33 6
Hex E3 21 6

RGB Percentages of Color #e32106

%85.34
%12.41
%2.26

CMYK Percentages of Color #e32106

%0
%85
%97
%11

Triadic Colors of #e32106

#e32106 #06e321 #2106e3

Analogous Colors of #e32106

#e32106 #e39006 #e30659

Monochromatic Colors of #e32106

#e32106

Complementary Color

#e32106 #06c8e3

#e32106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32106 Color CSS Codes

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

#e32106 Text Font Color

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

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


#e32106 Background Color

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

This div background color is #e32106


#e32106 Border Color

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

This div border color is #e32106


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,33,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32106; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32106;
  -webkit-box-shadow: 1px 1px 3px 2px #e32106;
  box-shadow:         1px 1px 3px 2px #e32106; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,33,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32106


Comments

No comments written yet.

Please login to write comment.