Color Hex Logo

#7e266b Color Hex

#7E266B
(126,38,107)
0 Favorites   0 Comments

Color spaces of #7e266b

RGB 12638107
HSL0.870.540.32
HSV313°70°49°
CMYK 0.000.700.15   0.51
XYZ11.95116.883414.6086
Yxy6.88340.35740.2058
Hunter Lab26.236235.3967-14.6479
CIE-Lab31.540045.5779-20.4218

#7e266b color RGB value is (126,38,107).

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

The process color (four color CMYK) of #7e266b color hex is 0.00, 0.70, 0.15, 0.51. Web safe color of #7e266b is #663366. Color #7e266b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100110 01101011
Octal 176 46 153
Decimal 126 38 107
Hex 7E 26 6B

RGB Percentages of Color #7e266b

%46.49
%14.02
%39.48

CMYK Percentages of Color #7e266b

%0
%70
%15
%51

Triadic Colors of #7e266b

#7e266b #6b7e26 #266b7e

Analogous Colors of #7e266b

#7e266b #7e263f #65267e

Monochromatic Colors of #7e266b

#7e266b

Complementary Color

#7e266b #267e39

#7e266b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e266b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e266b Color CSS Codes

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

#7e266b Text Font Color

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

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


#7e266b Background Color

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

This div background color is #7e266b


#7e266b Border Color

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

This div border color is #7e266b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e266b


Comments

No comments written yet.

Please login to write comment.