Color Hex Logo

#e72730 Color Hex

#E72730
(231,39,48)
0 Favorites   0 Comments

Color spaces of #e72730

RGB 2313948
HSL0.990.800.53
HSV357°83°91°
CMYK 0.000.830.79   0.09
XYZ34.214018.65344.5935
Yxy18.65340.59540.3246
Hunter Lab43.189665.822723.9268
CIE-Lab50.279269.993044.6507

#e72730 color RGB value is (231,39,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100111 00110000
Octal 347 47 60
Decimal 231 39 48
Hex E7 27 30

RGB Percentages of Color #e72730

%72.64
%12.26
%15.09

CMYK Percentages of Color #e72730

%0
%83
%79
%9

Triadic Colors of #e72730

#e72730 #30e727 #2730e7

Analogous Colors of #e72730

#e72730 #e77e27 #e72790

Monochromatic Colors of #e72730

#e72730

Complementary Color

#e72730 #27e7de

#e72730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72730 Color CSS Codes

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

#e72730 Text Font Color

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

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


#e72730 Background Color

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

This div background color is #e72730


#e72730 Border Color

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

This div border color is #e72730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72730


Comments

No comments written yet.

Please login to write comment.