Color Hex Logo

#7e1650 Color Hex

#7E1650
(126,22,80)
0 Favorites   0 Comments

Color spaces of #7e1650

RGB 1262280
HSL0.910.700.29
HSV327°83°49°
CMYK 0.000.830.37   0.51
XYZ10.33915.58868.1232
Yxy5.58860.42990.2324
Hunter Lab23.640236.6970-3.8249
CIE-Lab28.349947.5179-7.7296

#7e1650 color RGB value is (126,22,80).

#7e1650 hex color red value is 126, green value is 22 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #7e1650 hue: 0.91 , saturation: 0.70 and the lightness value of 7e1650 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010110 01010000
Octal 176 26 120
Decimal 126 22 80
Hex 7E 16 50

RGB Percentages of Color #7e1650

%55.26
%9.65
%35.09

CMYK Percentages of Color #7e1650

%0
%83
%37
%51

Triadic Colors of #7e1650

#7e1650 #507e16 #16507e

Analogous Colors of #7e1650

#7e1650 #7e161c #78167e

Monochromatic Colors of #7e1650

#7e1650

Complementary Color

#7e1650 #167e44

#7e1650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1650 Color CSS Codes

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

#7e1650 Text Font Color

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

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


#7e1650 Background Color

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

This div background color is #7e1650


#7e1650 Border Color

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

This div border color is #7e1650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1650


Comments

No comments written yet.

Please login to write comment.