Color Hex Logo

#a486ba Color Hex

#A486BA
(164,134,186)
0 Favorites   0 Comments

Color spaces of #a486ba

RGB 164134186
HSL0.760.270.63
HSV275°28°73°
CMYK 0.120.280.00   0.27
XYZ32.697928.487950.2297
Yxy28.48790.29350.2557
Hunter Lab53.374115.9477-18.4353
CIE-Lab60.327021.3503-22.9379

#a486ba color RGB value is (164,134,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 10111010
Octal 244 206 272
Decimal 164 134 186
Hex A4 86 BA

RGB Percentages of Color #a486ba

%33.88
%27.69
%38.43

CMYK Percentages of Color #a486ba

%12
%28
%0
%27

Triadic Colors of #a486ba

#a486ba #baa486 #86baa4

Analogous Colors of #a486ba

#a486ba #ba86b6 #8a86ba

Monochromatic Colors of #a486ba

#a486ba

Complementary Color

#a486ba #9cba86

#a486ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a486ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a486ba Color CSS Codes

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

#a486ba Text Font Color

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

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


#a486ba Background Color

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

This div background color is #a486ba


#a486ba Border Color

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

This div border color is #a486ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a486ba


Comments

No comments written yet.

Please login to write comment.