Color Hex Logo

#a485ab Color Hex

#A485AB
(164,133,171)
0 Favorites   0 Comments

Color spaces of #a485ab

RGB 164133171
HSL0.800.180.60
HSV289°22°67°
CMYK 0.040.220.00   0.33
XYZ31.048127.607842.2205
Yxy27.60780.30780.2737
Hunter Lab52.543113.5264-10.8617
CIE-Lab59.532718.7795-15.6137

#a485ab color RGB value is (164,133,171).

#a485ab hex color red value is 164, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a485ab hue: 0.80 , saturation: 0.18 and the lightness value of a485ab is 0.60.

The process color (four color CMYK) of #a485ab color hex is 0.04, 0.22, 0.00, 0.33. Web safe color of #a485ab is #999999. Color #a485ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000101 10101011
Octal 244 205 253
Decimal 164 133 171
Hex A4 85 AB

RGB Percentages of Color #a485ab

%35.04
%28.42
%36.54

CMYK Percentages of Color #a485ab

%4
%22
%0
%33

Triadic Colors of #a485ab

#a485ab #aba485 #85aba4

Analogous Colors of #a485ab

#a485ab #ab859f #9185ab

Monochromatic Colors of #a485ab

#a485ab

Complementary Color

#a485ab #8cab85

#a485ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a485ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a485ab Color CSS Codes

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

#a485ab Text Font Color

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

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


#a485ab Background Color

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

This div background color is #a485ab


#a485ab Border Color

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

This div border color is #a485ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a485ab


Comments

No comments written yet.

Please login to write comment.