Color Hex Logo

#a487ad Color Hex

#A487AD
(164,135,173)
0 Favorites   0 Comments

Color spaces of #a487ad

RGB 164135173
HSL0.790.190.60
HSV286°22°68°
CMYK 0.050.220.00   0.32
XYZ31.516628.237643.3245
Yxy28.23760.30580.2739
Hunter Lab53.139112.8744-11.1420
CIE-Lab60.102818.0458-15.8912

#a487ad color RGB value is (164,135,173).

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

The process color (four color CMYK) of #a487ad color hex is 0.05, 0.22, 0.00, 0.32. Web safe color of #a487ad is #999999. Color #a487ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 10101101
Octal 244 207 255
Decimal 164 135 173
Hex A4 87 AD

RGB Percentages of Color #a487ad

%34.75
%28.60
%36.65

CMYK Percentages of Color #a487ad

%5
%22
%0
%32

Triadic Colors of #a487ad

#a487ad #ada487 #87ada4

Analogous Colors of #a487ad

#a487ad #ad87a3 #9187ad

Monochromatic Colors of #a487ad

#a487ad

Complementary Color

#a487ad #90ad87

#a487ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487ad Color CSS Codes

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

#a487ad Text Font Color

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

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


#a487ad Background Color

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

This div background color is #a487ad


#a487ad Border Color

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

This div border color is #a487ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487ad


Comments

No comments written yet.

Please login to write comment.