Color Hex Logo

#a086cc Color Hex

#A086CC
(160,134,204)
0 Favorites   0 Comments

Color spaces of #a086cc

RGB 160134204
HSL0.730.410.66
HSV262°34°80°
CMYK 0.220.340.00   0.20
XYZ33.921428.883460.9139
Yxy28.88340.27420.2335
Hunter Lab53.743318.6140-29.5804
CIE-Lab60.678624.1512-32.5923

#a086cc color RGB value is (160,134,204).

#a086cc hex color red value is 160, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a086cc hue: 0.73 , saturation: 0.41 and the lightness value of a086cc is 0.66.

The process color (four color CMYK) of #a086cc color hex is 0.22, 0.34, 0.00, 0.20. Web safe color of #a086cc is #9999cc. Color #a086cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11001100
Octal 240 206 314
Decimal 160 134 204
Hex A0 86 CC

RGB Percentages of Color #a086cc

%32.13
%26.91
%40.96

CMYK Percentages of Color #a086cc

%22
%34
%0
%20

Triadic Colors of #a086cc

#a086cc #cca086 #86cca0

Analogous Colors of #a086cc

#a086cc #c386cc #868fcc

Monochromatic Colors of #a086cc

#a086cc

Complementary Color

#a086cc #b2cc86

#a086cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086cc Color CSS Codes

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

#a086cc Text Font Color

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

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


#a086cc Background Color

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

This div background color is #a086cc


#a086cc Border Color

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

This div border color is #a086cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086cc


Comments

No comments written yet.

Please login to write comment.