Color Hex Logo

#a06acb Color Hex

#A06ACB
(160,106,203)
0 Favorites   0 Comments

Color spaces of #a06acb

RGB 160106203
HSL0.760.480.61
HSV273°48°80°
CMYK 0.210.480.00   0.20
XYZ30.430722.093459.1605
Yxy22.09340.27250.1978
Hunter Lab47.003633.3067-41.7221
CIE-Lab54.126039.7868-42.2933

#a06acb color RGB value is (160,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11001011
Octal 240 152 313
Decimal 160 106 203
Hex A0 6A CB

RGB Percentages of Color #a06acb

%34.12
%22.60
%43.28

CMYK Percentages of Color #a06acb

%21
%48
%0
%20

Triadic Colors of #a06acb

#a06acb #cba06a #6acba0

Analogous Colors of #a06acb

#a06acb #cb6ac6 #706acb

Monochromatic Colors of #a06acb

#a06acb

Complementary Color

#a06acb #95cb6a

#a06acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06acb Color CSS Codes

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

#a06acb Text Font Color

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

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


#a06acb Background Color

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

This div background color is #a06acb


#a06acb Border Color

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

This div border color is #a06acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06acb


Comments

No comments written yet.

Please login to write comment.