Color Hex Logo

#e72c4f Color Hex

#E72C4F
(231,44,79)
0 Favorites   0 Comments

Color spaces of #e72c4f

RGB 2314479
HSL0.970.800.54
HSV349°81°91°
CMYK 0.000.810.66   0.09
XYZ35.267019.35489.2742
Yxy19.35480.55190.3029
Hunter Lab43.994166.101418.2972
CIE-Lab51.099770.068327.6920

#e72c4f color RGB value is (231,44,79).

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

The process color (four color CMYK) of #e72c4f color hex is 0.00, 0.81, 0.66, 0.09. Web safe color of #e72c4f is #ff3366. Color #e72c4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101100 01001111
Octal 347 54 117
Decimal 231 44 79
Hex E7 2C 4F

RGB Percentages of Color #e72c4f

%65.25
%12.43
%22.32

CMYK Percentages of Color #e72c4f

%0
%81
%66
%9

Triadic Colors of #e72c4f

#e72c4f #4fe72c #2c4fe7

Analogous Colors of #e72c4f

#e72c4f #e7672c #e72cad

Monochromatic Colors of #e72c4f

#e72c4f

Complementary Color

#e72c4f #2ce7c4

#e72c4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72c4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72c4f Color CSS Codes

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

#e72c4f Text Font Color

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

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


#e72c4f Background Color

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

This div background color is #e72c4f


#e72c4f Border Color

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

This div border color is #e72c4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72c4f


Comments

No comments written yet.

Please login to write comment.