Color Hex Logo

#a06adb Color Hex

#A06ADB
(160,106,219)
0 Favorites   0 Comments

Color spaces of #a06adb

RGB 160106219
HSL0.750.610.64
HSV269°52°86°
CMYK 0.270.520.00   0.14
XYZ32.437422.896169.7276
Yxy22.89610.25940.1831
Hunter Lab47.849937.2678-52.9034
CIE-Lab54.965243.5288-50.0361

#a06adb color RGB value is (160,106,219).

#a06adb hex color red value is 160, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a06adb hue: 0.75 , saturation: 0.61 and the lightness value of a06adb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11011011
Octal 240 152 333
Decimal 160 106 219
Hex A0 6A DB

RGB Percentages of Color #a06adb

%32.99
%21.86
%45.15

CMYK Percentages of Color #a06adb

%27
%52
%0
%14

Triadic Colors of #a06adb

#a06adb #dba06a #6adba0

Analogous Colors of #a06adb

#a06adb #d96adb #6a6ddb

Monochromatic Colors of #a06adb

#a06adb

Complementary Color

#a06adb #a5db6a

#a06adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06adb Color CSS Codes

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

#a06adb Text Font Color

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

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


#a06adb Background Color

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

This div background color is #a06adb


#a06adb Border Color

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

This div border color is #a06adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06adb


Comments

No comments written yet.

Please login to write comment.