Color Hex Logo

#8c7faf Color Hex

#8C7FAF
(140,127,175)
0 Favorites   0 Comments

Color spaces of #8c7faf

RGB 140127175
HSL0.710.230.59
HSV256°27°69°
CMYK 0.200.270.00   0.31
XYZ26.142523.849343.7830
Yxy23.84930.27880.2543
Hunter Lab48.835710.0911-18.9706
CIE-Lab55.936615.0953-23.5914

#8c7faf color RGB value is (140,127,175).

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

The process color (four color CMYK) of #8c7faf color hex is 0.20, 0.27, 0.00, 0.31. Web safe color of #8c7faf is #996699. Color #8c7faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111111 10101111
Octal 214 177 257
Decimal 140 127 175
Hex 8C 7F AF

RGB Percentages of Color #8c7faf

%31.67
%28.73
%39.59

CMYK Percentages of Color #8c7faf

%20
%27
%0
%31

Triadic Colors of #8c7faf

#8c7faf #af8c7f #7faf8c

Analogous Colors of #8c7faf

#8c7faf #a47faf #7f8aaf

Monochromatic Colors of #8c7faf

#8c7faf

Complementary Color

#8c7faf #a2af7f

#8c7faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7faf Color CSS Codes

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

#8c7faf Text Font Color

<p style="color:#8c7faf">Text here</p>

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


#8c7faf Background Color

<div style="background-color:#8c7faf">
Div content here</div>

This div background color is #8c7faf


#8c7faf Border Color

<div style="border:3px solid #8c7faf">
Div here</div>

This div border color is #8c7faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7faf


Comments

No comments written yet.

Please login to write comment.