Color Hex Logo

#7e263c Color Hex

#7E263C
(126,38,60)
0 Favorites   0 Comments

Color spaces of #7e263c

RGB 1263860
HSL0.960.540.32
HSV345°70°49°
CMYK 0.000.700.52   0.51
XYZ10.11296.14814.9287
Yxy6.14810.47730.2901
Hunter Lab24.795429.41015.5714
CIE-Lab29.783139.58687.6586

#7e263c color RGB value is (126,38,60).

#7e263c hex color red value is 126, green value is 38 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #7e263c hue: 0.96 , saturation: 0.54 and the lightness value of 7e263c is 0.32.

The process color (four color CMYK) of #7e263c color hex is 0.00, 0.70, 0.52, 0.51. Web safe color of #7e263c is #663333. Color #7e263c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100110 00111100
Octal 176 46 74
Decimal 126 38 60
Hex 7E 26 3C

RGB Percentages of Color #7e263c

%56.25
%16.96
%26.79

CMYK Percentages of Color #7e263c

%0
%70
%52
%51

Triadic Colors of #7e263c

#7e263c #3c7e26 #263c7e

Analogous Colors of #7e263c

#7e263c #7e3c26 #7e2668

Monochromatic Colors of #7e263c

#7e263c

Complementary Color

#7e263c #267e68

#7e263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e263c Color CSS Codes

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

#7e263c Text Font Color

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

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


#7e263c Background Color

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

This div background color is #7e263c


#7e263c Border Color

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

This div border color is #7e263c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e263c


Comments

No comments written yet.

Please login to write comment.