Color Hex Logo

#8454ab Color Hex

#8454AB
(132,84,171)
0 Favorites   0 Comments

Color spaces of #8454ab

RGB 13284171
HSL0.760.340.50
HSV273°51°67°
CMYK 0.230.510.00   0.33
XYZ20.036714.186540.2103
Yxy14.18650.26920.1906
Hunter Lab37.665029.0433-36.9312
CIE-Lab44.499236.8045-39.1813

#8454ab color RGB value is (132,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010100 10101011
Octal 204 124 253
Decimal 132 84 171
Hex 84 54 AB

RGB Percentages of Color #8454ab

%34.11
%21.71
%44.19

CMYK Percentages of Color #8454ab

%23
%51
%0
%33

Triadic Colors of #8454ab

#8454ab #ab8454 #54ab84

Analogous Colors of #8454ab

#8454ab #ab54a7 #5954ab

Monochromatic Colors of #8454ab

#8454ab

Complementary Color

#8454ab #7bab54

#8454ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8454ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8454ab Color CSS Codes

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

#8454ab Text Font Color

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

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


#8454ab Background Color

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

This div background color is #8454ab


#8454ab Border Color

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

This div border color is #8454ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8454ab


Comments

No comments written yet.

Please login to write comment.