Color Hex Logo

#7e1570 Color Hex

#7E1570
(126,21,112)
0 Favorites   0 Comments

Color spaces of #7e1570

RGB 12621112
HSL0.860.710.29
HSV308°83°49°
CMYK 0.000.830.11   0.51
XYZ11.79706.141815.8929
Yxy6.14180.34870.1815
Hunter Lab24.782741.5996-20.6743
CIE-Lab29.767452.1369-26.3945

#7e1570 color RGB value is (126,21,112).

#7e1570 hex color red value is 126, green value is 21 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7e1570 hue: 0.86 , saturation: 0.71 and the lightness value of 7e1570 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010101 01110000
Octal 176 25 160
Decimal 126 21 112
Hex 7E 15 70

RGB Percentages of Color #7e1570

%48.65
%8.11
%43.24

CMYK Percentages of Color #7e1570

%0
%83
%11
%51

Triadic Colors of #7e1570

#7e1570 #707e15 #15707e

Analogous Colors of #7e1570

#7e1570 #7e153b #58157e

Monochromatic Colors of #7e1570

#7e1570

Complementary Color

#7e1570 #157e23

#7e1570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1570 Color CSS Codes

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

#7e1570 Text Font Color

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

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


#7e1570 Background Color

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

This div background color is #7e1570


#7e1570 Border Color

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

This div border color is #7e1570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1570


Comments

No comments written yet.

Please login to write comment.