Color Hex Logo

#a06bcb Color Hex

#A06BCB
(160,107,203)
0 Favorites   0 Comments

Color spaces of #a06bcb

RGB 160107203
HSL0.760.480.61
HSV273°47°80°
CMYK 0.210.470.00   0.20
XYZ30.534422.300859.1951
Yxy22.30080.27260.1991
Hunter Lab47.223732.7748-41.2636
CIE-Lab54.344739.2320-41.9480

#a06bcb color RGB value is (160,107,203).

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

The process color (four color CMYK) of #a06bcb color hex is 0.21, 0.47, 0.00, 0.20. Web safe color of #a06bcb is #9966cc. Color #a06bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 11001011
Octal 240 153 313
Decimal 160 107 203
Hex A0 6B CB

RGB Percentages of Color #a06bcb

%34.04
%22.77
%43.19

CMYK Percentages of Color #a06bcb

%21
%47
%0
%20

Triadic Colors of #a06bcb

#a06bcb #cba06b #6bcba0

Analogous Colors of #a06bcb

#a06bcb #cb6bc6 #706bcb

Monochromatic Colors of #a06bcb

#a06bcb

Complementary Color

#a06bcb #96cb6b

#a06bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bcb Color CSS Codes

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

#a06bcb Text Font Color

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

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


#a06bcb Background Color

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

This div background color is #a06bcb


#a06bcb Border Color

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

This div border color is #a06bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bcb


Comments

No comments written yet.

Please login to write comment.