Color Hex Logo

#a659bf Color Hex

#A659BF
(166,89,191)
0 Favorites   0 Comments

Color spaces of #a659bf

RGB 16689191
HSL0.790.440.55
HSV285°53°75°
CMYK 0.130.530.00   0.25
XYZ28.702219.013351.4474
Yxy19.01330.28940.1917
Hunter Lab43.604241.1890-39.4316
CIE-Lab50.702847.9390-40.7702

#a659bf color RGB value is (166,89,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 10111111
Octal 246 131 277
Decimal 166 89 191
Hex A6 59 BF

RGB Percentages of Color #a659bf

%37.22
%19.96
%42.83

CMYK Percentages of Color #a659bf

%13
%53
%0
%25

Triadic Colors of #a659bf

#a659bf #bfa659 #59bfa6

Analogous Colors of #a659bf

#a659bf #bf59a5 #7359bf

Monochromatic Colors of #a659bf

#a659bf

Complementary Color

#a659bf #72bf59

#a659bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a659bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a659bf Color CSS Codes

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

#a659bf Text Font Color

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

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


#a659bf Background Color

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

This div background color is #a659bf


#a659bf Border Color

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

This div border color is #a659bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a659bf


Comments

No comments written yet.

Please login to write comment.