Color Hex Logo

#e72147 Color Hex

#E72147
(231,33,71)
0 Favorites   0 Comments

Color spaces of #e72147

RGB 2313371
HSL0.970.800.52
HSV348°86°91°
CMYK 0.000.860.69   0.09
XYZ34.636218.53167.7127
Yxy18.53160.56890.3044
Hunter Lab43.048368.284419.5112
CIE-Lab50.134672.073231.2732

#e72147 color RGB value is (231,33,71).

#e72147 hex color red value is 231, green value is 33 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #e72147 hue: 0.97 , saturation: 0.80 and the lightness value of e72147 is 0.52.

The process color (four color CMYK) of #e72147 color hex is 0.00, 0.86, 0.69, 0.09. Web safe color of #e72147 is #ff3333. Color #e72147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 01000111
Octal 347 41 107
Decimal 231 33 71
Hex E7 21 47

RGB Percentages of Color #e72147

%68.96
%9.85
%21.19

CMYK Percentages of Color #e72147

%0
%86
%69
%9

Triadic Colors of #e72147

#e72147 #47e721 #2147e7

Analogous Colors of #e72147

#e72147 #e75e21 #e721aa

Monochromatic Colors of #e72147

#e72147

Complementary Color

#e72147 #21e7c1

#e72147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72147 Color CSS Codes

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

#e72147 Text Font Color

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

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


#e72147 Background Color

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

This div background color is #e72147


#e72147 Border Color

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

This div border color is #e72147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72147


Comments

No comments written yet.

Please login to write comment.