Color Hex Logo

#e7124f Color Hex

#E7124F
(231,18,79)
0 Favorites   0 Comments

Color spaces of #e7124f

RGB 2311879
HSL0.950.860.49
HSV343°92°91°
CMYK 0.000.920.66   0.09
XYZ34.582617.98609.0461
Yxy17.98600.56130.2919
Hunter Lab42.409971.338117.0403
CIE-Lab49.479174.714325.6253

#e7124f color RGB value is (231,18,79).

#e7124f hex color red value is 231, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e7124f hue: 0.95 , saturation: 0.86 and the lightness value of e7124f is 0.49.

The process color (four color CMYK) of #e7124f color hex is 0.00, 0.92, 0.66, 0.09. Web safe color of #e7124f is #ff0066. Color #e7124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 01001111
Octal 347 22 117
Decimal 231 18 79
Hex E7 12 4F

RGB Percentages of Color #e7124f

%70.43
%5.49
%24.09

CMYK Percentages of Color #e7124f

%0
%92
%66
%9

Triadic Colors of #e7124f

#e7124f #4fe712 #124fe7

Analogous Colors of #e7124f

#e7124f #e74012 #e712ba

Monochromatic Colors of #e7124f

#e7124f

Complementary Color

#e7124f #12e7aa

#e7124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7124f Color CSS Codes

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

#e7124f Text Font Color

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

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


#e7124f Background Color

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

This div background color is #e7124f


#e7124f Border Color

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

This div border color is #e7124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7124f


Comments

No comments written yet.

Please login to write comment.