Color Hex Logo

#e33029 Color Hex

#E33029
(227,48,41)
0 Favorites   0 Comments

Color spaces of #e33029

RGB 2274841
HSL0.010.770.53
HSV82°89°
CMYK 0.000.790.82   0.11
XYZ33.135718.60493.9425
Yxy18.60490.59510.3341
Hunter Lab43.133461.642824.7741
CIE-Lab50.221766.464348.0095

#e33029 color RGB value is (227,48,41).

#e33029 hex color red value is 227, green value is 48 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e33029 hue: 0.01 , saturation: 0.77 and the lightness value of e33029 is 0.53.

The process color (four color CMYK) of #e33029 color hex is 0.00, 0.79, 0.82, 0.11. Web safe color of #e33029 is #cc3333. Color #e33029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 00101001
Octal 343 60 51
Decimal 227 48 41
Hex E3 30 29

RGB Percentages of Color #e33029

%71.84
%15.19
%12.97

CMYK Percentages of Color #e33029

%0
%79
%82
%11

Triadic Colors of #e33029

#e33029 #29e330 #3029e3

Analogous Colors of #e33029

#e33029 #e38d29 #e3297f

Monochromatic Colors of #e33029

#e33029

Complementary Color

#e33029 #29dce3

#e33029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33029 Color CSS Codes

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

#e33029 Text Font Color

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

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


#e33029 Background Color

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

This div background color is #e33029


#e33029 Border Color

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

This div border color is #e33029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33029


Comments

No comments written yet.

Please login to write comment.