Color Hex Logo

#a586bf Color Hex

#A586BF
(165,134,191)
0 Favorites   0 Comments

Color spaces of #a586bf

RGB 165134191
HSL0.760.310.64
HSV273°30°75°
CMYK 0.140.300.00   0.25
XYZ33.446128.811153.0885
Yxy28.81110.29000.2498
Hunter Lab53.676017.2924-21.0679
CIE-Lab60.614622.7630-25.3200

#a586bf color RGB value is (165,134,191).

#a586bf hex color red value is 165, green value is 134 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a586bf hue: 0.76 , saturation: 0.31 and the lightness value of a586bf is 0.64.

The process color (four color CMYK) of #a586bf color hex is 0.14, 0.30, 0.00, 0.25. Web safe color of #a586bf is #9999cc. Color #a586bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000110 10111111
Octal 245 206 277
Decimal 165 134 191
Hex A5 86 BF

RGB Percentages of Color #a586bf

%33.67
%27.35
%38.98

CMYK Percentages of Color #a586bf

%14
%30
%0
%25

Triadic Colors of #a586bf

#a586bf #bfa586 #86bfa5

Analogous Colors of #a586bf

#a586bf #bf86bd #8986bf

Monochromatic Colors of #a586bf

#a586bf

Complementary Color

#a586bf #a0bf86

#a586bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a586bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a586bf Color CSS Codes

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

#a586bf Text Font Color

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

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


#a586bf Background Color

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

This div background color is #a586bf


#a586bf Border Color

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

This div border color is #a586bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a586bf

#a586bf Color Palettes


Comments

No comments written yet.

Please login to write comment.