Color Hex Logo

#7e294b Color Hex

#7E294B
(126,41,75)
0 Favorites   0 Comments

Color spaces of #7e294b

RGB 1264175
HSL0.930.510.33
HSV336°67°49°
CMYK 0.000.670.40   0.51
XYZ10.66716.52957.3547
Yxy6.52950.43450.2660
Hunter Lab25.552929.79760.8220
CIE-Lab30.710939.8389-0.9154

#7e294b color RGB value is (126,41,75).

#7e294b hex color red value is 126, green value is 41 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7e294b hue: 0.93 , saturation: 0.51 and the lightness value of 7e294b is 0.33.

The process color (four color CMYK) of #7e294b color hex is 0.00, 0.67, 0.40, 0.51. Web safe color of #7e294b is #663333. Color #7e294b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00101001 01001011
Octal 176 51 113
Decimal 126 41 75
Hex 7E 29 4B

RGB Percentages of Color #7e294b

%52.07
%16.94
%30.99

CMYK Percentages of Color #7e294b

%0
%67
%40
%51

Triadic Colors of #7e294b

#7e294b #4b7e29 #294b7e

Analogous Colors of #7e294b

#7e294b #7e3229 #7e2976

Monochromatic Colors of #7e294b

#7e294b

Complementary Color

#7e294b #297e5c

#7e294b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e294b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e294b Color CSS Codes

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

#7e294b Text Font Color

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

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


#7e294b Background Color

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

This div background color is #7e294b


#7e294b Border Color

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

This div border color is #7e294b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e294b


Comments

No comments written yet.

Please login to write comment.