Color Hex Logo

#e72951 Color Hex

#E72951
(231,41,81)
0 Favorites   0 Comments

Color spaces of #e72951

RGB 2314181
HSL0.960.800.53
HSV347°82°91°
CMYK 0.000.820.65   0.09
XYZ35.233119.16899.6276
Yxy19.16890.55030.2994
Hunter Lab43.782367.026017.6099
CIE-Lab50.884270.882126.2166

#e72951 color RGB value is (231,41,81).

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

The process color (four color CMYK) of #e72951 color hex is 0.00, 0.82, 0.65, 0.09. Web safe color of #e72951 is #ff3366. Color #e72951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101001 01010001
Octal 347 51 121
Decimal 231 41 81
Hex E7 29 51

RGB Percentages of Color #e72951

%65.44
%11.61
%22.95

CMYK Percentages of Color #e72951

%0
%82
%65
%9

Triadic Colors of #e72951

#e72951 #51e729 #2951e7

Analogous Colors of #e72951

#e72951 #e76029 #e729b0

Monochromatic Colors of #e72951

#e72951

Complementary Color

#e72951 #29e7bf

#e72951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72951 Color CSS Codes

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

#e72951 Text Font Color

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

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


#e72951 Background Color

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

This div background color is #e72951


#e72951 Border Color

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

This div border color is #e72951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72951


Comments

No comments written yet.

Please login to write comment.