Color Hex Logo

#7e124f Color Hex

#7E124F
(126,18,79)
0 Favorites   0 Comments

Color spaces of #7e124f

RGB 1261879
HSL0.910.750.28
HSV326°86°49°
CMYK 0.000.860.37   0.51
XYZ10.23185.43277.9065
Yxy5.43270.43410.2305
Hunter Lab23.308237.5686-3.7964
CIE-Lab27.933648.4837-7.6919

#7e124f color RGB value is (126,18,79).

#7e124f hex color red value is 126, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #7e124f hue: 0.91 , saturation: 0.75 and the lightness value of 7e124f is 0.28.

The process color (four color CMYK) of #7e124f color hex is 0.00, 0.86, 0.37, 0.51. Web safe color of #7e124f is #660066. Color #7e124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010010 01001111
Octal 176 22 117
Decimal 126 18 79
Hex 7E 12 4F

RGB Percentages of Color #7e124f

%56.50
%8.07
%35.43

CMYK Percentages of Color #7e124f

%0
%86
%37
%51

Triadic Colors of #7e124f

#7e124f #4f7e12 #124f7e

Analogous Colors of #7e124f

#7e124f #7e1219 #77127e

Monochromatic Colors of #7e124f

#7e124f

Complementary Color

#7e124f #127e41

#7e124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e124f Color CSS Codes

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

#7e124f Text Font Color

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

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


#7e124f Background Color

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

This div background color is #7e124f


#7e124f Border Color

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

This div border color is #7e124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e124f


Comments

No comments written yet.

Please login to write comment.