Color Hex Logo

#a05acb Color Hex

#A05ACB
(160,90,203)
0 Favorites   0 Comments

Color spaces of #a05acb

RGB 16090203
HSL0.770.520.57
HSV277°56°80°
CMYK 0.210.560.00   0.20
XYZ28.932919.097758.6612
Yxy19.09770.27120.1790
Hunter Lab43.700941.7022-48.9963
CIE-Lab50.801348.4105-47.5651

#a05acb color RGB value is (160,90,203).

#a05acb hex color red value is 160, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a05acb hue: 0.77 , saturation: 0.52 and the lightness value of a05acb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 11001011
Octal 240 132 313
Decimal 160 90 203
Hex A0 5A CB

RGB Percentages of Color #a05acb

%35.32
%19.87
%44.81

CMYK Percentages of Color #a05acb

%21
%56
%0
%20

Triadic Colors of #a05acb

#a05acb #cba05a #5acba0

Analogous Colors of #a05acb

#a05acb #cb5abe #685acb

Monochromatic Colors of #a05acb

#a05acb

Complementary Color

#a05acb #85cb5a

#a05acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05acb Color CSS Codes

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

#a05acb Text Font Color

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

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


#a05acb Background Color

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

This div background color is #a05acb


#a05acb Border Color

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

This div border color is #a05acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05acb


Comments

No comments written yet.

Please login to write comment.