Color Hex Logo

#a159be Color Hex

#A159BE
(161,89,190)
0 Favorites   0 Comments

Color spaces of #a159be

RGB 16189190
HSL0.790.440.55
HSV283°53°75°
CMYK 0.150.530.00   0.25
XYZ27.564618.439550.8216
Yxy18.43950.28470.1904
Hunter Lab42.941239.4346-40.1117
CIE-Lab50.024946.3691-41.3048

#a159be color RGB value is (161,89,190).

#a159be hex color red value is 161, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a159be hue: 0.79 , saturation: 0.44 and the lightness value of a159be is 0.55.

The process color (four color CMYK) of #a159be color hex is 0.15, 0.53, 0.00, 0.25. Web safe color of #a159be is #9966cc. Color #a159be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011001 10111110
Octal 241 131 276
Decimal 161 89 190
Hex A1 59 BE

RGB Percentages of Color #a159be

%36.59
%20.23
%43.18

CMYK Percentages of Color #a159be

%15
%53
%0
%25

Triadic Colors of #a159be

#a159be #bea159 #59bea1

Analogous Colors of #a159be

#a159be #be59a9 #6f59be

Monochromatic Colors of #a159be

#a159be

Complementary Color

#a159be #76be59

#a159be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a159be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a159be Color CSS Codes

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

#a159be Text Font Color

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

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


#a159be Background Color

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

This div background color is #a159be


#a159be Border Color

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

This div border color is #a159be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a159be


Comments

No comments written yet.

Please login to write comment.