Color Hex Logo

#a086ca Color Hex

#A086CA
(160,134,202)
0 Favorites   0 Comments

Color spaces of #a086ca

RGB 160134202
HSL0.730.390.66
HSV263°34°79°
CMYK 0.210.340.00   0.21
XYZ33.683028.788059.6585
Yxy28.78800.27580.2357
Hunter Lab53.654418.1628-28.3666
CIE-Lab60.594123.6827-31.5981

#a086ca color RGB value is (160,134,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11001010
Octal 240 206 312
Decimal 160 134 202
Hex A0 86 CA

RGB Percentages of Color #a086ca

%32.26
%27.02
%40.73

CMYK Percentages of Color #a086ca

%21
%34
%0
%21

Triadic Colors of #a086ca

#a086ca #caa086 #86caa0

Analogous Colors of #a086ca

#a086ca #c286ca #868eca

Monochromatic Colors of #a086ca

#a086ca

Complementary Color

#a086ca #b0ca86

#a086ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086ca Color CSS Codes

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

#a086ca Text Font Color

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

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


#a086ca Background Color

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

This div background color is #a086ca


#a086ca Border Color

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

This div border color is #a086ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086ca


Comments

No comments written yet.

Please login to write comment.