Color Hex Logo

#7e7faf Color Hex

#7E7FAF
(126,127,175)
0 Favorites   0 Comments

Color spaces of #7e7faf

RGB 126127175
HSL0.660.230.59
HSV239°28°69°
CMYK 0.280.270.00   0.31
XYZ23.931422.709543.6795
Yxy22.70950.26500.2514
Hunter Lab47.65456.2448-20.9863
CIE-Lab54.771810.6770-25.4831

#7e7faf color RGB value is (126,127,175).

#7e7faf hex color red value is 126, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7e7faf hue: 0.66 , saturation: 0.23 and the lightness value of 7e7faf is 0.59.

The process color (four color CMYK) of #7e7faf color hex is 0.28, 0.27, 0.00, 0.31. Web safe color of #7e7faf is #666699. Color #7e7faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111111 10101111
Octal 176 177 257
Decimal 126 127 175
Hex 7E 7F AF

RGB Percentages of Color #7e7faf

%29.44
%29.67
%40.89

CMYK Percentages of Color #7e7faf

%28
%27
%0
%31

Triadic Colors of #7e7faf

#7e7faf #af7e7f #7faf7e

Analogous Colors of #7e7faf

#7e7faf #967eaf #7e98af

Monochromatic Colors of #7e7faf

#7e7faf

Complementary Color

#7e7faf #afae7e

#7e7faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7faf Color CSS Codes

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

#7e7faf Text Font Color

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

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


#7e7faf Background Color

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

This div background color is #7e7faf


#7e7faf Border Color

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

This div border color is #7e7faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7faf


Comments

No comments written yet.

Please login to write comment.