Color Hex Logo

#8447ab Color Hex

#8447AB
(132,71,171)
0 Favorites   0 Comments

Color spaces of #8447ab

RGB 13271171
HSL0.770.410.47
HSV277°58°67°
CMYK 0.230.580.00   0.33
XYZ19.119612.352339.9046
Yxy12.35230.26790.1731
Hunter Lab35.145835.6001-42.7158
CIE-Lab41.770743.9543-43.5211

#8447ab color RGB value is (132,71,171).

#8447ab hex color red value is 132, green value is 71 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8447ab hue: 0.77 , saturation: 0.41 and the lightness value of 8447ab is 0.47.

The process color (four color CMYK) of #8447ab color hex is 0.23, 0.58, 0.00, 0.33. Web safe color of #8447ab is #993399. Color #8447ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 10101011
Octal 204 107 253
Decimal 132 71 171
Hex 84 47 AB

RGB Percentages of Color #8447ab

%35.29
%18.98
%45.72

CMYK Percentages of Color #8447ab

%23
%58
%0
%33

Triadic Colors of #8447ab

#8447ab #ab8447 #47ab84

Analogous Colors of #8447ab

#8447ab #ab47a0 #5247ab

Monochromatic Colors of #8447ab

#8447ab

Complementary Color

#8447ab #6eab47

#8447ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8447ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8447ab Color CSS Codes

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

#8447ab Text Font Color

<p style="color:#8447ab">Text here</p>

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


#8447ab Background Color

<div style="background-color:#8447ab">
Div content here</div>

This div background color is #8447ab


#8447ab Border Color

<div style="border:3px solid #8447ab">
Div here</div>

This div border color is #8447ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,71,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8447ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8447ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8447ab;
  box-shadow:         1px 1px 3px 2px #8447ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,71,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8447ab


Comments

No comments written yet.

Please login to write comment.