Color Hex Logo

#a487bd Color Hex

#A487BD
(164,135,189)
0 Favorites   0 Comments

Color spaces of #a487bd

RGB 164135189
HSL0.760.290.64
HSV272°29°74°
CMYK 0.130.290.00   0.26
XYZ33.159128.894651.9736
Yxy28.89460.29080.2534
Hunter Lab53.753716.0425-19.6990
CIE-Lab60.688521.4316-24.0827

#a487bd color RGB value is (164,135,189).

#a487bd hex color red value is 164, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a487bd hue: 0.76 , saturation: 0.29 and the lightness value of a487bd is 0.64.

The process color (four color CMYK) of #a487bd color hex is 0.13, 0.29, 0.00, 0.26. Web safe color of #a487bd is #9999cc. Color #a487bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 10111101
Octal 244 207 275
Decimal 164 135 189
Hex A4 87 BD

RGB Percentages of Color #a487bd

%33.61
%27.66
%38.73

CMYK Percentages of Color #a487bd

%13
%29
%0
%26

Triadic Colors of #a487bd

#a487bd #bda487 #87bda4

Analogous Colors of #a487bd

#a487bd #bd87bb #8987bd

Monochromatic Colors of #a487bd

#a487bd

Complementary Color

#a487bd #a0bd87

#a487bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487bd Color CSS Codes

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

#a487bd Text Font Color

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

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


#a487bd Background Color

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

This div background color is #a487bd


#a487bd Border Color

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

This div border color is #a487bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487bd


Comments

No comments written yet.

Please login to write comment.