Color Hex Logo

#e01027 Color Hex

#E01027
(224,16,39)
0 Favorites   0 Comments

Color spaces of #e01027

RGB 2241639
HSL0.980.870.47
HSV353°93°88°
CMYK 0.000.930.83   0.12
XYZ31.292016.36443.4288
Yxy16.36440.61250.3203
Hunter Lab40.452967.284423.2916
CIE-Lab47.449071.764046.2374

#e01027 color RGB value is (224,16,39).

#e01027 hex color red value is 224, green value is 16 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #e01027 hue: 0.98 , saturation: 0.87 and the lightness value of e01027 is 0.47.

The process color (four color CMYK) of #e01027 color hex is 0.00, 0.93, 0.83, 0.12. Web safe color of #e01027 is #cc0033. Color #e01027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010000 00100111
Octal 340 20 47
Decimal 224 16 39
Hex E0 10 27

RGB Percentages of Color #e01027

%80.29
%5.73
%13.98

CMYK Percentages of Color #e01027

%0
%93
%83
%12

Triadic Colors of #e01027

#e01027 #27e010 #1027e0

Analogous Colors of #e01027

#e01027 #e06110 #e0108f

Monochromatic Colors of #e01027

#e01027

Complementary Color

#e01027 #10e0c9

#e01027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01027 Color CSS Codes

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

#e01027 Text Font Color

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

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


#e01027 Background Color

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

This div background color is #e01027


#e01027 Border Color

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

This div border color is #e01027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01027


Comments

No comments written yet.

Please login to write comment.