Color Hex Logo

#a059cb Color Hex

#A059CB
(160,89,203)
0 Favorites   0 Comments

Color spaces of #a059cb

RGB 16089203
HSL0.770.520.57
HSV277°56°80°
CMYK 0.210.560.00   0.20
XYZ28.849118.930158.6333
Yxy18.93010.27110.1779
Hunter Lab43.508742.2167-49.4444
CIE-Lab50.605348.9303-47.8772

#a059cb color RGB value is (160,89,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011001 11001011
Octal 240 131 313
Decimal 160 89 203
Hex A0 59 CB

RGB Percentages of Color #a059cb

%35.40
%19.69
%44.91

CMYK Percentages of Color #a059cb

%21
%56
%0
%20

Triadic Colors of #a059cb

#a059cb #cba059 #59cba0

Analogous Colors of #a059cb

#a059cb #cb59bd #6759cb

Monochromatic Colors of #a059cb

#a059cb

Complementary Color

#a059cb #84cb59

#a059cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a059cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a059cb Color CSS Codes

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

#a059cb Text Font Color

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

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


#a059cb Background Color

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

This div background color is #a059cb


#a059cb Border Color

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

This div border color is #a059cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a059cb


Comments

No comments written yet.

Please login to write comment.