Color Hex Logo

#e0172b Color Hex

#E0172B
(224,23,43)
0 Favorites   0 Comments

Color spaces of #e0172b

RGB 2242343
HSL0.980.810.48
HSV354°90°88°
CMYK 0.000.900.81   0.12
XYZ31.482916.63453.8369
Yxy16.63450.60600.3202
Hunter Lab40.785466.412522.9721
CIE-Lab47.796270.968244.4236

#e0172b color RGB value is (224,23,43).

#e0172b hex color red value is 224, green value is 23 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e0172b hue: 0.98 , saturation: 0.81 and the lightness value of e0172b is 0.48.

The process color (four color CMYK) of #e0172b color hex is 0.00, 0.90, 0.81, 0.12. Web safe color of #e0172b is #cc0033. Color #e0172b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010111 00101011
Octal 340 27 53
Decimal 224 23 43
Hex E0 17 2B

RGB Percentages of Color #e0172b

%77.24
%7.93
%14.83

CMYK Percentages of Color #e0172b

%0
%90
%81
%12

Triadic Colors of #e0172b

#e0172b #2be017 #172be0

Analogous Colors of #e0172b

#e0172b #e06817 #e01790

Monochromatic Colors of #e0172b

#e0172b

Complementary Color

#e0172b #17e0cc

#e0172b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0172b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0172b Color CSS Codes

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

#e0172b Text Font Color

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

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


#e0172b Background Color

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

This div background color is #e0172b


#e0172b Border Color

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

This div border color is #e0172b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0172b


Comments

No comments written yet.

Please login to write comment.