Color Hex Logo

#a06fba Color Hex

#A06FBA
(160,111,186)
0 Favorites   0 Comments

Color spaces of #a06fba

RGB 160111186
HSL0.780.350.58
HSV279°40°73°
CMYK 0.140.400.00   0.27
XYZ29.044622.387649.2448
Yxy22.38760.28850.2224
Hunter Lab47.315526.7699-28.5866
CIE-Lab54.435933.1767-32.0783

#a06fba color RGB value is (160,111,186).

#a06fba hex color red value is 160, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a06fba hue: 0.78 , saturation: 0.35 and the lightness value of a06fba is 0.58.

The process color (four color CMYK) of #a06fba color hex is 0.14, 0.40, 0.00, 0.27. Web safe color of #a06fba is #9966cc. Color #a06fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 10111010
Octal 240 157 272
Decimal 160 111 186
Hex A0 6F BA

RGB Percentages of Color #a06fba

%35.01
%24.29
%40.70

CMYK Percentages of Color #a06fba

%14
%40
%0
%27

Triadic Colors of #a06fba

#a06fba #baa06f #6fbaa0

Analogous Colors of #a06fba

#a06fba #ba6faf #7b6fba

Monochromatic Colors of #a06fba

#a06fba

Complementary Color

#a06fba #89ba6f

#a06fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06fba Color CSS Codes

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

#a06fba Text Font Color

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

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


#a06fba Background Color

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

This div background color is #a06fba


#a06fba Border Color

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

This div border color is #a06fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06fba


Comments

No comments written yet.

Please login to write comment.