Color Hex Logo

#a659b1 Color Hex

#A659B1
(166,89,177)
0 Favorites   0 Comments

Color spaces of #a659b1

RGB 16689177
HSL0.810.360.52
HSV293°50°69°
CMYK 0.060.500.00   0.31
XYZ27.234118.426143.7162
Yxy18.42610.30470.2062
Hunter Lab42.925638.1292-30.3340
CIE-Lab50.008945.1100-33.7364

#a659b1 color RGB value is (166,89,177).

#a659b1 hex color red value is 166, green value is 89 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a659b1 hue: 0.81 , saturation: 0.36 and the lightness value of a659b1 is 0.52.

The process color (four color CMYK) of #a659b1 color hex is 0.06, 0.50, 0.00, 0.31. Web safe color of #a659b1 is #996699. Color #a659b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 10110001
Octal 246 131 261
Decimal 166 89 177
Hex A6 59 B1

RGB Percentages of Color #a659b1

%38.43
%20.60
%40.97

CMYK Percentages of Color #a659b1

%6
%50
%0
%31

Triadic Colors of #a659b1

#a659b1 #b1a659 #59b1a6

Analogous Colors of #a659b1

#a659b1 #b15990 #7a59b1

Monochromatic Colors of #a659b1

#a659b1

Complementary Color

#a659b1 #64b159

#a659b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a659b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a659b1 Color CSS Codes

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

#a659b1 Text Font Color

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

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


#a659b1 Background Color

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

This div background color is #a659b1


#a659b1 Border Color

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

This div border color is #a659b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a659b1


Comments

No comments written yet.

Please login to write comment.