Color Hex Logo

#8456ab Color Hex

#8456AB
(132,86,171)
0 Favorites   0 Comments

Color spaces of #8456ab

RGB 13286171
HSL0.760.340.50
HSV272°50°67°
CMYK 0.230.500.00   0.33
XYZ20.194214.501440.2628
Yxy14.50140.26940.1935
Hunter Lab38.080728.0173-36.0309
CIE-Lab44.943635.6668-38.4775

#8456ab color RGB value is (132,86,171).

#8456ab hex color red value is 132, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8456ab hue: 0.76 , saturation: 0.34 and the lightness value of 8456ab is 0.50.

The process color (four color CMYK) of #8456ab color hex is 0.23, 0.50, 0.00, 0.33. Web safe color of #8456ab is #996699. Color #8456ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010110 10101011
Octal 204 126 253
Decimal 132 86 171
Hex 84 56 AB

RGB Percentages of Color #8456ab

%33.93
%22.11
%43.96

CMYK Percentages of Color #8456ab

%23
%50
%0
%33

Triadic Colors of #8456ab

#8456ab #ab8456 #56ab84

Analogous Colors of #8456ab

#8456ab #ab56a8 #5a56ab

Monochromatic Colors of #8456ab

#8456ab

Complementary Color

#8456ab #7dab56

#8456ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8456ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8456ab Color CSS Codes

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

#8456ab Text Font Color

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

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


#8456ab Background Color

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

This div background color is #8456ab


#8456ab Border Color

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

This div border color is #8456ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,86,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 #8456ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8456ab


Comments

No comments written yet.

Please login to write comment.