Color Hex Logo

#e33030 Color Hex

#E33030
(227,48,48)
0 Favorites   0 Comments

Color spaces of #e33030

RGB 2274848
HSL0.000.760.54
HSV79°89°
CMYK 0.000.790.79   0.11
XYZ33.269018.65824.6442
Yxy18.65820.58810.3298
Hunter Lab43.195161.889623.8619
CIE-Lab50.284966.663244.4053

#e33030 color RGB value is (227,48,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 00110000
Octal 343 60 60
Decimal 227 48 48
Hex E3 30 30

RGB Percentages of Color #e33030

%70.28
%14.86
%14.86

CMYK Percentages of Color #e33030

%0
%79
%79
%11

Triadic Colors of #e33030

#e33030 #30e330 #3030e3

Analogous Colors of #e33030

#e33030 #e38a30 #e3308a

Monochromatic Colors of #e33030

#e33030

Complementary Color

#e33030 #30e3e3

#e33030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33030 Color CSS Codes

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

#e33030 Text Font Color

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

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


#e33030 Background Color

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

This div background color is #e33030


#e33030 Border Color

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

This div border color is #e33030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33030


Comments

No comments written yet.

Please login to write comment.