Color Hex Logo

#e72938 Color Hex

#E72938
(231,41,56)
0 Favorites   0 Comments

Color spaces of #e72938

RGB 2314156
HSL0.990.800.53
HSV355°82°91°
CMYK 0.000.820.76   0.09
XYZ34.461718.86035.5655
Yxy18.86030.58520.3203
Hunter Lab43.428465.645022.8017
CIE-Lab50.523469.796940.4714

#e72938 color RGB value is (231,41,56).

#e72938 hex color red value is 231, green value is 41 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #e72938 hue: 0.99 , saturation: 0.80 and the lightness value of e72938 is 0.53.

The process color (four color CMYK) of #e72938 color hex is 0.00, 0.82, 0.76, 0.09. Web safe color of #e72938 is #ff3333. Color #e72938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101001 00111000
Octal 347 51 70
Decimal 231 41 56
Hex E7 29 38

RGB Percentages of Color #e72938

%70.43
%12.50
%17.07

CMYK Percentages of Color #e72938

%0
%82
%76
%9

Triadic Colors of #e72938

#e72938 #38e729 #2938e7

Analogous Colors of #e72938

#e72938 #e77929 #e72997

Monochromatic Colors of #e72938

#e72938

Complementary Color

#e72938 #29e7d8

#e72938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72938 Color CSS Codes

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

#e72938 Text Font Color

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

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


#e72938 Background Color

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

This div background color is #e72938


#e72938 Border Color

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

This div border color is #e72938


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,41,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 #e72938">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72938


Comments

No comments written yet.

Please login to write comment.