Color Hex Logo

#7e869f Color Hex

#7E869F
(126,134,159)
0 Favorites   0 Comments

Color spaces of #7e869f

RGB 126134159
HSL0.630.150.56
HSV225°21°62°
CMYK 0.210.160.00   0.38
XYZ23.387323.989036.1986
Yxy23.98900.27980.2870
Hunter Lab48.9786-0.4786-9.5345
CIE-Lab56.07682.6412-14.2799

#7e869f color RGB value is (126,134,159).

#7e869f hex color red value is 126, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7e869f hue: 0.63 , saturation: 0.15 and the lightness value of 7e869f is 0.56.

The process color (four color CMYK) of #7e869f color hex is 0.21, 0.16, 0.00, 0.38. Web safe color of #7e869f is #669999. Color #7e869f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000110 10011111
Octal 176 206 237
Decimal 126 134 159
Hex 7E 86 9F

RGB Percentages of Color #7e869f

%30.07
%31.98
%37.95

CMYK Percentages of Color #7e869f

%21
%16
%0
%38

Triadic Colors of #7e869f

#7e869f #9f7e86 #869f7e

Analogous Colors of #7e869f

#7e869f #877e9f #7e979f

Monochromatic Colors of #7e869f

#7e869f

Complementary Color

#7e869f #9f977e

#7e869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e869f Color CSS Codes

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

#7e869f Text Font Color

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

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


#7e869f Background Color

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

This div background color is #7e869f


#7e869f Border Color

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

This div border color is #7e869f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,134,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 #7e869f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e869f


Comments

No comments written yet.

Please login to write comment.