Color Hex Logo

#a06bcd Color Hex

#A06BCD
(160,107,205)
0 Favorites   0 Comments

Color spaces of #a06bcd

RGB 160107205
HSL0.760.490.61
HSV272°48°80°
CMYK 0.220.480.00   0.20
XYZ30.774322.396860.4586
Yxy22.39680.27080.1971
Hunter Lab47.325333.2544-42.6160
CIE-Lab54.445539.6920-42.9274

#a06bcd color RGB value is (160,107,205).

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

The process color (four color CMYK) of #a06bcd color hex is 0.22, 0.48, 0.00, 0.20. Web safe color of #a06bcd is #9966cc. Color #a06bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 11001101
Octal 240 153 315
Decimal 160 107 205
Hex A0 6B CD

RGB Percentages of Color #a06bcd

%33.90
%22.67
%43.43

CMYK Percentages of Color #a06bcd

%22
%48
%0
%20

Triadic Colors of #a06bcd

#a06bcd #cda06b #6bcda0

Analogous Colors of #a06bcd

#a06bcd #cd6bc9 #6f6bcd

Monochromatic Colors of #a06bcd

#a06bcd

Complementary Color

#a06bcd #98cd6b

#a06bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bcd Color CSS Codes

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

#a06bcd Text Font Color

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

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


#a06bcd Background Color

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

This div background color is #a06bcd


#a06bcd Border Color

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

This div border color is #a06bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bcd


Comments

No comments written yet.

Please login to write comment.