Color Hex Logo

#7e2934 Color Hex

#7E2934
(126,41,52)
0 Favorites   0 Comments

Color spaces of #7e2934

RGB 1264152
HSL0.980.510.33
HSV352°67°49°
CMYK 0.000.670.59   0.51
XYZ10.01706.26943.9310
Yxy6.26940.49550.3101
Hunter Lab25.038827.59288.2188
CIE-Lab30.082237.546113.3506

#7e2934 color RGB value is (126,41,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00101001 00110100
Octal 176 51 64
Decimal 126 41 52
Hex 7E 29 34

RGB Percentages of Color #7e2934

%57.53
%18.72
%23.74

CMYK Percentages of Color #7e2934

%0
%67
%59
%51

Triadic Colors of #7e2934

#7e2934 #347e29 #29347e

Analogous Colors of #7e2934

#7e2934 #7e4929 #7e295f

Monochromatic Colors of #7e2934

#7e2934

Complementary Color

#7e2934 #297e73

#7e2934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e2934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e2934 Color CSS Codes

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

#7e2934 Text Font Color

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

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


#7e2934 Background Color

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

This div background color is #7e2934


#7e2934 Border Color

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

This div border color is #7e2934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e2934


Comments

No comments written yet.

Please login to write comment.