Color Hex Logo

#8c4aad Color Hex

#8C4AAD
(140,74,173)
0 Favorites   0 Comments

Color spaces of #8c4aad

RGB 14074173
HSL0.780.400.48
HSV280°57°68°
CMYK 0.190.570.00   0.32
XYZ20.806813.490141.0424
Yxy13.49010.27620.1791
Hunter Lab36.728936.8442-40.5430
CIE-Lab43.492644.9078-41.8998

#8c4aad color RGB value is (140,74,173).

#8c4aad hex color red value is 140, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8c4aad hue: 0.78 , saturation: 0.40 and the lightness value of 8c4aad is 0.48.

The process color (four color CMYK) of #8c4aad color hex is 0.19, 0.57, 0.00, 0.32. Web safe color of #8c4aad is #993399. Color #8c4aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01001010 10101101
Octal 214 112 255
Decimal 140 74 173
Hex 8C 4A AD

RGB Percentages of Color #8c4aad

%36.18
%19.12
%44.70

CMYK Percentages of Color #8c4aad

%19
%57
%0
%32

Triadic Colors of #8c4aad

#8c4aad #ad8c4a #4aad8c

Analogous Colors of #8c4aad

#8c4aad #ad4a9d #5b4aad

Monochromatic Colors of #8c4aad

#8c4aad

Complementary Color

#8c4aad #6bad4a

#8c4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c4aad Color CSS Codes

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

#8c4aad Text Font Color

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

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


#8c4aad Background Color

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

This div background color is #8c4aad


#8c4aad Border Color

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

This div border color is #8c4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c4aad


Comments

No comments written yet.

Please login to write comment.