Color Hex Logo

#e00538 Color Hex

#E00538
(224,5,56)
0 Favorites   0 Comments

Color spaces of #e00538

RGB 224556
HSL0.960.960.45
HSV346°98°88°
CMYK 0.000.980.75   0.12
XYZ31.508516.24145.2156
Yxy16.24140.59490.3066
Hunter Lab40.300669.031720.5373
CIE-Lab47.289673.245336.4852

#e00538 color RGB value is (224,5,56).

#e00538 hex color red value is 224, green value is 5 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #e00538 hue: 0.96 , saturation: 0.96 and the lightness value of e00538 is 0.45.

The process color (four color CMYK) of #e00538 color hex is 0.00, 0.98, 0.75, 0.12. Web safe color of #e00538 is #cc0033. Color #e00538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000101 00111000
Octal 340 5 70
Decimal 224 5 56
Hex E0 5 38

RGB Percentages of Color #e00538

%78.60
%1.75
%19.65

CMYK Percentages of Color #e00538

%0
%98
%75
%12

Triadic Colors of #e00538

#e00538 #38e005 #0538e0

Analogous Colors of #e00538

#e00538 #e04005 #e005a6

Monochromatic Colors of #e00538

#e00538

Complementary Color

#e00538 #05e0ad

#e00538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00538 Color CSS Codes

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

#e00538 Text Font Color

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

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


#e00538 Background Color

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

This div background color is #e00538


#e00538 Border Color

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

This div border color is #e00538


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,5,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e00538; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e00538;
  -webkit-box-shadow: 1px 1px 3px 2px #e00538;
  box-shadow:         1px 1px 3px 2px #e00538; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00538


Comments

No comments written yet.

Please login to write comment.