Color Hex Logo

#a487ba Color Hex

#A487BA
(164,135,186)
0 Favorites   0 Comments

Color spaces of #a487ba

RGB 164135186
HSL0.760.270.63
HSV274°27°73°
CMYK 0.120.270.00   0.27
XYZ32.836728.765650.2760
Yxy28.76560.29350.2571
Hunter Lab53.633615.4264-18.0348
CIE-Lab60.574220.7798-22.5592

#a487ba color RGB value is (164,135,186).

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

The process color (four color CMYK) of #a487ba color hex is 0.12, 0.27, 0.00, 0.27. Web safe color of #a487ba is #9999cc. Color #a487ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 10111010
Octal 244 207 272
Decimal 164 135 186
Hex A4 87 BA

RGB Percentages of Color #a487ba

%33.81
%27.84
%38.35

CMYK Percentages of Color #a487ba

%12
%27
%0
%27

Triadic Colors of #a487ba

#a487ba #baa487 #87baa4

Analogous Colors of #a487ba

#a487ba #ba87b7 #8b87ba

Monochromatic Colors of #a487ba

#a487ba

Complementary Color

#a487ba #9dba87

#a487ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487ba Color CSS Codes

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

#a487ba Text Font Color

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

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


#a487ba Background Color

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

This div background color is #a487ba


#a487ba Border Color

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

This div border color is #a487ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487ba


Comments

No comments written yet.

Please login to write comment.