Color Hex Logo

#e72532 Color Hex

#E72532
(231,37,50)
0 Favorites   0 Comments

Color spaces of #e72532

RGB 2313750
HSL0.990.800.53
HSV356°84°91°
CMYK 0.000.840.78   0.09
XYZ34.192318.54234.7945
Yxy18.54230.59430.3223
Hunter Lab43.060866.381123.5410
CIE-Lab50.147470.486143.4223

#e72532 color RGB value is (231,37,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 00110010
Octal 347 45 62
Decimal 231 37 50
Hex E7 25 32

RGB Percentages of Color #e72532

%72.64
%11.64
%15.72

CMYK Percentages of Color #e72532

%0
%84
%78
%9

Triadic Colors of #e72532

#e72532 #32e725 #2532e7

Analogous Colors of #e72532

#e72532 #e77925 #e72593

Monochromatic Colors of #e72532

#e72532

Complementary Color

#e72532 #25e7da

#e72532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72532 Color CSS Codes

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

#e72532 Text Font Color

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

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


#e72532 Background Color

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

This div background color is #e72532


#e72532 Border Color

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

This div border color is #e72532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72532


Comments

No comments written yet.

Please login to write comment.