Color Hex Logo

#8d5cad Color Hex

#8D5CAD
(141,92,173)
0 Favorites   0 Comments

Color spaces of #8d5cad

RGB 14192173
HSL0.770.330.52
HSV276°47°68°
CMYK 0.180.470.00   0.32
XYZ22.354516.334141.5098
Yxy16.33410.27870.2037
Hunter Lab40.415528.0044-32.6046
CIE-Lab47.409835.3171-35.6924

#8d5cad color RGB value is (141,92,173).

#8d5cad hex color red value is 141, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8d5cad hue: 0.77 , saturation: 0.33 and the lightness value of 8d5cad is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01011100 10101101
Octal 215 134 255
Decimal 141 92 173
Hex 8D 5C AD

RGB Percentages of Color #8d5cad

%34.73
%22.66
%42.61

CMYK Percentages of Color #8d5cad

%18
%47
%0
%32

Triadic Colors of #8d5cad

#8d5cad #ad8d5c #5cad8d

Analogous Colors of #8d5cad

#8d5cad #ad5ca5 #655cad

Monochromatic Colors of #8d5cad

#8d5cad

Complementary Color

#8d5cad #7cad5c

#8d5cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d5cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d5cad Color CSS Codes

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

#8d5cad Text Font Color

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

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


#8d5cad Background Color

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

This div background color is #8d5cad


#8d5cad Border Color

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

This div border color is #8d5cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d5cad


Comments

No comments written yet.

Please login to write comment.