Color Hex Logo

#7e294a Color Hex

#7E294A
(126,41,74)
0 Favorites   0 Comments

Color spaces of #7e294a

RGB 1264174
HSL0.940.510.33
HSV337°67°49°
CMYK 0.000.670.41   0.51
XYZ10.63326.51597.1758
Yxy6.51590.43710.2679
Hunter Lab25.526329.68491.2011
CIE-Lab30.678439.7231-0.3055

#7e294a color RGB value is (126,41,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00101001 01001010
Octal 176 51 112
Decimal 126 41 74
Hex 7E 29 4A

RGB Percentages of Color #7e294a

%52.28
%17.01
%30.71

CMYK Percentages of Color #7e294a

%0
%67
%41
%51

Triadic Colors of #7e294a

#7e294a #4a7e29 #294a7e

Analogous Colors of #7e294a

#7e294a #7e3329 #7e2975

Monochromatic Colors of #7e294a

#7e294a

Complementary Color

#7e294a #297e5d

#7e294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e294a Color CSS Codes

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

#7e294a Text Font Color

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

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


#7e294a Background Color

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

This div background color is #7e294a


#7e294a Border Color

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

This div border color is #7e294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e294a


Comments

No comments written yet.

Please login to write comment.