Color Hex Logo

#e72732 Color Hex

#E72732
(231,39,50)
0 Favorites   0 Comments

Color spaces of #e72732

RGB 2313950
HSL0.990.800.53
HSV357°83°91°
CMYK 0.000.830.78   0.09
XYZ34.256218.67034.8158
Yxy18.67030.59330.3233
Hunter Lab43.209165.898823.6383
CIE-Lab50.299270.052943.5797

#e72732 color RGB value is (231,39,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100111 00110010
Octal 347 47 62
Decimal 231 39 50
Hex E7 27 32

RGB Percentages of Color #e72732

%72.19
%12.19
%15.63

CMYK Percentages of Color #e72732

%0
%83
%78
%9

Triadic Colors of #e72732

#e72732 #32e727 #2732e7

Analogous Colors of #e72732

#e72732 #e77c27 #e72792

Monochromatic Colors of #e72732

#e72732

Complementary Color

#e72732 #27e7dc

#e72732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72732 Color CSS Codes

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

#e72732 Text Font Color

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

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


#e72732 Background Color

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

This div background color is #e72732


#e72732 Border Color

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

This div border color is #e72732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72732


Comments

No comments written yet.

Please login to write comment.