Color Hex Logo

#a484af Color Hex

#A484AF
(164,132,175)
0 Favorites   0 Comments

Color spaces of #a484af

RGB 164132175
HSL0.790.210.60
HSV285°25°69°
CMYK 0.060.250.00   0.31
XYZ31.299027.490244.2139
Yxy27.49020.30390.2669
Hunter Lab52.431114.8020-13.2961
CIE-Lab59.425320.1675-18.0590

#a484af color RGB value is (164,132,175).

#a484af hex color red value is 164, green value is 132 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a484af hue: 0.79 , saturation: 0.21 and the lightness value of a484af is 0.60.

The process color (four color CMYK) of #a484af color hex is 0.06, 0.25, 0.00, 0.31. Web safe color of #a484af is #999999. Color #a484af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 10101111
Octal 244 204 257
Decimal 164 132 175
Hex A4 84 AF

RGB Percentages of Color #a484af

%34.82
%28.03
%37.15

CMYK Percentages of Color #a484af

%6
%25
%0
%31

Triadic Colors of #a484af

#a484af #afa484 #84afa4

Analogous Colors of #a484af

#a484af #af84a5 #8f84af

Monochromatic Colors of #a484af

#a484af

Complementary Color

#a484af #8faf84

#a484af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484af Color CSS Codes

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

#a484af Text Font Color

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

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


#a484af Background Color

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

This div background color is #a484af


#a484af Border Color

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

This div border color is #a484af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,132,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a484af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484af


Comments

No comments written yet.

Please login to write comment.