Color Hex Logo

#a159ca Color Hex

#A159CA
(161,89,202)
0 Favorites   0 Comments

Color spaces of #a159ca

RGB 16189202
HSL0.770.520.57
HSV278°56°79°
CMYK 0.200.560.00   0.21
XYZ28.931018.986158.0170
Yxy18.98610.27310.1792
Hunter Lab43.573042.2650-48.4428
CIE-Lab50.670948.9651-47.1919

#a159ca color RGB value is (161,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011001 11001010
Octal 241 131 312
Decimal 161 89 202
Hex A1 59 CA

RGB Percentages of Color #a159ca

%35.62
%19.69
%44.69

CMYK Percentages of Color #a159ca

%20
%56
%0
%21

Triadic Colors of #a159ca

#a159ca #caa159 #59caa1

Analogous Colors of #a159ca

#a159ca #ca59bb #6959ca

Monochromatic Colors of #a159ca

#a159ca

Complementary Color

#a159ca #82ca59

#a159ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a159ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a159ca Color CSS Codes

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

#a159ca Text Font Color

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

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


#a159ca Background Color

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

This div background color is #a159ca


#a159ca Border Color

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

This div border color is #a159ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,89,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a159ca


Comments

No comments written yet.

Please login to write comment.