Color Hex Logo

#8d7fad Color Hex

#8D7FAD
(141,127,173)
0 Favorites   0 Comments

Color spaces of #8d7fad

RGB 141127173
HSL0.720.220.59
HSV258°27°68°
CMYK 0.180.270.00   0.32
XYZ26.116723.858642.7638
Yxy23.85860.28160.2573
Hunter Lab48.84539.9616-17.7164
CIE-Lab55.945914.9480-22.4208

#8d7fad color RGB value is (141,127,173).

#8d7fad hex color red value is 141, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8d7fad hue: 0.72 , saturation: 0.22 and the lightness value of 8d7fad is 0.59.

The process color (four color CMYK) of #8d7fad color hex is 0.18, 0.27, 0.00, 0.32. Web safe color of #8d7fad is #996699. Color #8d7fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01111111 10101101
Octal 215 177 255
Decimal 141 127 173
Hex 8D 7F AD

RGB Percentages of Color #8d7fad

%31.97
%28.80
%39.23

CMYK Percentages of Color #8d7fad

%18
%27
%0
%32

Triadic Colors of #8d7fad

#8d7fad #ad8d7f #7fad8d

Analogous Colors of #8d7fad

#8d7fad #a47fad #7f88ad

Monochromatic Colors of #8d7fad

#8d7fad

Complementary Color

#8d7fad #9fad7f

#8d7fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d7fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d7fad Color CSS Codes

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

#8d7fad Text Font Color

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

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


#8d7fad Background Color

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

This div background color is #8d7fad


#8d7fad Border Color

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

This div border color is #8d7fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d7fad


Comments

No comments written yet.

Please login to write comment.