Color Hex Logo

#a06bdb Color Hex

#A06BDB
(160,107,219)
0 Favorites   0 Comments

Color spaces of #a06bdb

RGB 160107219
HSL0.750.610.64
HSV268°51°86°
CMYK 0.270.510.00   0.14
XYZ32.541123.103469.7621
Yxy23.10340.25950.1842
Hunter Lab48.066036.7306-52.4062
CIE-Lab55.178742.9804-49.6963

#a06bdb color RGB value is (160,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 11011011
Octal 240 153 333
Decimal 160 107 219
Hex A0 6B DB

RGB Percentages of Color #a06bdb

%32.92
%22.02
%45.06

CMYK Percentages of Color #a06bdb

%27
%51
%0
%14

Triadic Colors of #a06bdb

#a06bdb #dba06b #6bdba0

Analogous Colors of #a06bdb

#a06bdb #d86bdb #6b6edb

Monochromatic Colors of #a06bdb

#a06bdb

Complementary Color

#a06bdb #a6db6b

#a06bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bdb Color CSS Codes

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

#a06bdb Text Font Color

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

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


#a06bdb Background Color

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

This div background color is #a06bdb


#a06bdb Border Color

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

This div border color is #a06bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,107,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 #a06bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bdb


Comments

No comments written yet.

Please login to write comment.