Color Hex Logo

#8468ab Color Hex

#8468AB
(132,104,171)
0 Favorites   0 Comments

Color spaces of #8468ab

RGB 132104171
HSL0.740.290.54
HSV265°39°67°
CMYK 0.230.390.00   0.33
XYZ21.816717.746440.8036
Yxy17.74640.27150.2208
Hunter Lab42.126518.7213-27.9396
CIE-Lab49.187125.1614-31.8011

#8468ab color RGB value is (132,104,171).

#8468ab hex color red value is 132, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8468ab hue: 0.74 , saturation: 0.29 and the lightness value of 8468ab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 10101011
Octal 204 150 253
Decimal 132 104 171
Hex 84 68 AB

RGB Percentages of Color #8468ab

%32.43
%25.55
%42.01

CMYK Percentages of Color #8468ab

%23
%39
%0
%33

Triadic Colors of #8468ab

#8468ab #ab8468 #68ab84

Analogous Colors of #8468ab

#8468ab #a668ab #686eab

Monochromatic Colors of #8468ab

#8468ab

Complementary Color

#8468ab #8fab68

#8468ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8468ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8468ab Color CSS Codes

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

#8468ab Text Font Color

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

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


#8468ab Background Color

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

This div background color is #8468ab


#8468ab Border Color

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

This div border color is #8468ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8468ab


Comments

No comments written yet.

Please login to write comment.