Color Hex Logo

#a286bd Color Hex

#A286BD
(162,134,189)
0 Favorites   0 Comments

Color spaces of #a286bd

RGB 162134189
HSL0.750.290.63
HSV271°29°74°
CMYK 0.140.290.00   0.26
XYZ32.610728.405751.9082
Yxy28.40570.28880.2515
Hunter Lab53.297015.9486-20.4371
CIE-Lab60.253521.3554-24.7671

#a286bd color RGB value is (162,134,189).

#a286bd hex color red value is 162, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a286bd hue: 0.75 , saturation: 0.29 and the lightness value of a286bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000110 10111101
Octal 242 206 275
Decimal 162 134 189
Hex A2 86 BD

RGB Percentages of Color #a286bd

%33.40
%27.63
%38.97

CMYK Percentages of Color #a286bd

%14
%29
%0
%26

Triadic Colors of #a286bd

#a286bd #bda286 #86bda2

Analogous Colors of #a286bd

#a286bd #bd86bd #8786bd

Monochromatic Colors of #a286bd

#a286bd

Complementary Color

#a286bd #a1bd86

#a286bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a286bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a286bd Color CSS Codes

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

#a286bd Text Font Color

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

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


#a286bd Background Color

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

This div background color is #a286bd


#a286bd Border Color

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

This div border color is #a286bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a286bd


Comments

No comments written yet.

Please login to write comment.