Color Hex Logo

#e72829 Color Hex

#E72829
(231,40,41)
0 Favorites   0 Comments

Color spaces of #e72829

RGB 2314041
HSL1.000.800.53
HSV360°83°91°
CMYK 0.000.830.82   0.09
XYZ34.114018.66663.9028
Yxy18.66660.60180.3293
Hunter Lab43.204965.332824.8876
CIE-Lab50.294869.578748.3584

#e72829 color RGB value is (231,40,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 00101001
Octal 347 50 51
Decimal 231 40 41
Hex E7 28 29

RGB Percentages of Color #e72829

%74.04
%12.82
%13.14

CMYK Percentages of Color #e72829

%0
%83
%82
%9

Triadic Colors of #e72829

#e72829 #29e728 #2829e7

Analogous Colors of #e72829

#e72829 #e78728 #e72889

Monochromatic Colors of #e72829

#e72829

Complementary Color

#e72829 #28e7e6

#e72829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72829 Color CSS Codes

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

#e72829 Text Font Color

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

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


#e72829 Background Color

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

This div background color is #e72829


#e72829 Border Color

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

This div border color is #e72829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72829


Comments

No comments written yet.

Please login to write comment.