Color Hex Logo

#a486bb Color Hex

#A486BB
(164,134,187)
0 Favorites   0 Comments

Color spaces of #a486bb

RGB 164134187
HSL0.760.280.63
HSV274°28°73°
CMYK 0.120.280.00   0.27
XYZ32.804628.530650.7917
Yxy28.53060.29260.2544
Hunter Lab53.414016.1524-18.9893
CIE-Lab60.365121.5667-23.4464

#a486bb color RGB value is (164,134,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 10111011
Octal 244 206 273
Decimal 164 134 187
Hex A4 86 BB

RGB Percentages of Color #a486bb

%33.81
%27.63
%38.56

CMYK Percentages of Color #a486bb

%12
%28
%0
%27

Triadic Colors of #a486bb

#a486bb #bba486 #86bba4

Analogous Colors of #a486bb

#a486bb #bb86b8 #8a86bb

Monochromatic Colors of #a486bb

#a486bb

Complementary Color

#a486bb #9dbb86

#a486bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a486bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a486bb Color CSS Codes

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

#a486bb Text Font Color

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

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


#a486bb Background Color

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

This div background color is #a486bb


#a486bb Border Color

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

This div border color is #a486bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a486bb


Comments

No comments written yet.

Please login to write comment.