Color Hex Logo

#7e799f Color Hex

#7E799F
(126,121,159)
0 Favorites   0 Comments

Color spaces of #7e799f

RGB 126121159
HSL0.690.170.55
HSV248°24°62°
CMYK 0.210.240.00   0.38
XYZ21.699620.613635.6360
Yxy20.61360.27840.2644
Hunter Lab45.40225.8587-14.7549
CIE-Lab52.524010.2294-19.6839

#7e799f color RGB value is (126,121,159).

#7e799f hex color red value is 126, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7e799f hue: 0.69 , saturation: 0.17 and the lightness value of 7e799f is 0.55.

The process color (four color CMYK) of #7e799f color hex is 0.21, 0.24, 0.00, 0.38. Web safe color of #7e799f is #666699. Color #7e799f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111001 10011111
Octal 176 171 237
Decimal 126 121 159
Hex 7E 79 9F

RGB Percentages of Color #7e799f

%31.03
%29.80
%39.16

CMYK Percentages of Color #7e799f

%21
%24
%0
%38

Triadic Colors of #7e799f

#7e799f #9f7e79 #799f7e

Analogous Colors of #7e799f

#7e799f #91799f #79879f

Monochromatic Colors of #7e799f

#7e799f

Complementary Color

#7e799f #9a9f79

#7e799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e799f Color CSS Codes

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

#7e799f Text Font Color

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

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


#7e799f Background Color

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

This div background color is #7e799f


#7e799f Border Color

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

This div border color is #7e799f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e799f

#7e799f Color Palettes


Comments

No comments written yet.

Please login to write comment.