Color Hex Logo

#e3332e Color Hex

#E3332E
(227,51,46)
0 Favorites   0 Comments

Color spaces of #e3332e

RGB 2275146
HSL0.000.760.54
HSV80°89°
CMYK 0.000.780.80   0.11
XYZ33.355518.89584.4740
Yxy18.89580.58800.3331
Hunter Lab43.469360.898024.3262
CIE-Lab50.565165.760645.7526

#e3332e color RGB value is (227,51,46).

#e3332e hex color red value is 227, green value is 51 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e3332e hue: 0.00 , saturation: 0.76 and the lightness value of e3332e is 0.54.

The process color (four color CMYK) of #e3332e color hex is 0.00, 0.78, 0.80, 0.11. Web safe color of #e3332e is #cc3333. Color #e3332e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110011 00101110
Octal 343 63 56
Decimal 227 51 46
Hex E3 33 2E

RGB Percentages of Color #e3332e

%70.06
%15.74
%14.20

CMYK Percentages of Color #e3332e

%0
%78
%80
%11

Triadic Colors of #e3332e

#e3332e #2ee333 #332ee3

Analogous Colors of #e3332e

#e3332e #e38e2e #e32e84

Monochromatic Colors of #e3332e

#e3332e

Complementary Color

#e3332e #2edee3

#e3332e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3332e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3332e Color CSS Codes

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

#e3332e Text Font Color

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

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


#e3332e Background Color

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

This div background color is #e3332e


#e3332e Border Color

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

This div border color is #e3332e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3332e


Comments

No comments written yet.

Please login to write comment.