Color Hex Logo

#7e1530 Color Hex

#7E1530
(126,21,48)
0 Favorites   0 Comments

Color spaces of #7e1530

RGB 1262148
HSL0.960.710.29
HSV345°83°49°
CMYK 0.000.830.62   0.51
XYZ9.40595.18543.3014
Yxy5.18540.52570.2898
Hunter Lab22.771533.88057.3442
CIE-Lab27.256644.821812.2150

#7e1530 color RGB value is (126,21,48).

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

The process color (four color CMYK) of #7e1530 color hex is 0.00, 0.83, 0.62, 0.51. Web safe color of #7e1530 is #660033. Color #7e1530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010101 00110000
Octal 176 25 60
Decimal 126 21 48
Hex 7E 15 30

RGB Percentages of Color #7e1530

%64.62
%10.77
%24.62

CMYK Percentages of Color #7e1530

%0
%83
%62
%51

Triadic Colors of #7e1530

#7e1530 #307e15 #15307e

Analogous Colors of #7e1530

#7e1530 #7e2f15 #7e1565

Monochromatic Colors of #7e1530

#7e1530

Complementary Color

#7e1530 #157e63

#7e1530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1530 Color CSS Codes

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

#7e1530 Text Font Color

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

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


#7e1530 Background Color

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

This div background color is #7e1530


#7e1530 Border Color

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

This div border color is #7e1530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1530


Comments

No comments written yet.

Please login to write comment.