Color Hex Logo

#7e1046 Color Hex

#7E1046
(126,16,70)
0 Favorites   0 Comments

Color spaces of #7e1046

RGB 1261670
HSL0.920.770.28
HSV331°87°49°
CMYK 0.000.870.44   0.51
XYZ9.89505.24846.2859
Yxy5.24840.46180.2449
Hunter Lab22.909437.0061-0.2315
CIE-Lab27.431048.0108-2.4164

#7e1046 color RGB value is (126,16,70).

#7e1046 hex color red value is 126, green value is 16 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #7e1046 hue: 0.92 , saturation: 0.77 and the lightness value of 7e1046 is 0.28.

The process color (four color CMYK) of #7e1046 color hex is 0.00, 0.87, 0.44, 0.51. Web safe color of #7e1046 is #660033. Color #7e1046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010000 01000110
Octal 176 20 106
Decimal 126 16 70
Hex 7E 10 46

RGB Percentages of Color #7e1046

%59.43
%7.55
%33.02

CMYK Percentages of Color #7e1046

%0
%87
%44
%51

Triadic Colors of #7e1046

#7e1046 #467e10 #10467e

Analogous Colors of #7e1046

#7e1046 #7e1110 #7e107d

Monochromatic Colors of #7e1046

#7e1046

Complementary Color

#7e1046 #107e48

#7e1046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1046 Color CSS Codes

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

#7e1046 Text Font Color

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

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


#7e1046 Background Color

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

This div background color is #7e1046


#7e1046 Border Color

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

This div border color is #7e1046


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,16,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1046


Comments

No comments written yet.

Please login to write comment.