Color Hex Logo

#a468ab Color Hex

#A468AB
(164,104,171)
0 Favorites   0 Comments

Color spaces of #a468ab

RGB 164104171
HSL0.820.290.54
HSV294°39°67°
CMYK 0.040.390.00   0.33
XYZ27.610820.733441.0748
Yxy20.73340.30880.2319
Hunter Lab45.533928.5541-21.6100
CIE-Lab52.656535.2109-26.1381

#a468ab color RGB value is (164,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10101011
Octal 244 150 253
Decimal 164 104 171
Hex A4 68 AB

RGB Percentages of Color #a468ab

%37.36
%23.69
%38.95

CMYK Percentages of Color #a468ab

%4
%39
%0
%33

Triadic Colors of #a468ab

#a468ab #aba468 #68aba4

Analogous Colors of #a468ab

#a468ab #ab6891 #8368ab

Monochromatic Colors of #a468ab

#a468ab

Complementary Color

#a468ab #6fab68

#a468ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468ab Color CSS Codes

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

#a468ab Text Font Color

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

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


#a468ab Background Color

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

This div background color is #a468ab


#a468ab Border Color

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

This div border color is #a468ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468ab


Comments

No comments written yet.

Please login to write comment.