Color Hex Logo

#8a4aad Color Hex

#8A4AAD
(138,74,173)
0 Favorites   0 Comments

Color spaces of #8a4aad

RGB 13874173
HSL0.770.400.48
HSV279°57°68°
CMYK 0.200.570.00   0.32
XYZ20.472813.318041.0267
Yxy13.31800.27360.1780
Hunter Lab36.493836.2731-41.1087
CIE-Lab43.238544.3819-42.3195

#8a4aad color RGB value is (138,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01001010 10101101
Octal 212 112 255
Decimal 138 74 173
Hex 8A 4A AD

RGB Percentages of Color #8a4aad

%35.84
%19.22
%44.94

CMYK Percentages of Color #8a4aad

%20
%57
%0
%32

Triadic Colors of #8a4aad

#8a4aad #ad8a4a #4aad8a

Analogous Colors of #8a4aad

#8a4aad #ad4a9f #594aad

Monochromatic Colors of #8a4aad

#8a4aad

Complementary Color

#8a4aad #6dad4a

#8a4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a4aad Color CSS Codes

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

#8a4aad Text Font Color

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

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


#8a4aad Background Color

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

This div background color is #8a4aad


#8a4aad Border Color

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

This div border color is #8a4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a4aad


Comments

No comments written yet.

Please login to write comment.