Color Hex Logo

#a659cc Color Hex

#A659CC
(166,89,204)
0 Favorites   0 Comments

Color spaces of #a659cc

RGB 16689204
HSL0.780.530.57
HSV280°56°80°
CMYK 0.190.560.00   0.20
XYZ30.197319.611459.3205
Yxy19.61140.27670.1797
Hunter Lab44.284844.2189-48.4210
CIE-Lab51.395050.6815-47.1489

#a659cc color RGB value is (166,89,204).

#a659cc hex color red value is 166, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a659cc hue: 0.78 , saturation: 0.53 and the lightness value of a659cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 11001100
Octal 246 131 314
Decimal 166 89 204
Hex A6 59 CC

RGB Percentages of Color #a659cc

%36.17
%19.39
%44.44

CMYK Percentages of Color #a659cc

%19
%56
%0
%20

Triadic Colors of #a659cc

#a659cc #cca659 #59cca6

Analogous Colors of #a659cc

#a659cc #cc59b9 #6d59cc

Monochromatic Colors of #a659cc

#a659cc

Complementary Color

#a659cc #7fcc59

#a659cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a659cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a659cc Color CSS Codes

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

#a659cc Text Font Color

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

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


#a659cc Background Color

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

This div background color is #a659cc


#a659cc Border Color

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

This div border color is #a659cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a659cc


Comments

No comments written yet.

Please login to write comment.