Color Hex Logo

#a959cb Color Hex

#A959CB
(169,89,203)
0 Favorites   0 Comments

Color spaces of #a959cb

RGB 16989203
HSL0.780.520.57
HSV282°56°80°
CMYK 0.170.560.00   0.20
XYZ30.714119.891658.7206
Yxy19.89160.28090.1819
Hunter Lab44.600044.8753-46.8415
CIE-Lab51.714451.2399-46.0456

#a959cb color RGB value is (169,89,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 11001011
Octal 251 131 313
Decimal 169 89 203
Hex A9 59 CB

RGB Percentages of Color #a959cb

%36.66
%19.31
%44.03

CMYK Percentages of Color #a959cb

%17
%56
%0
%20

Triadic Colors of #a959cb

#a959cb #cba959 #59cba9

Analogous Colors of #a959cb

#a959cb #cb59b4 #7059cb

Monochromatic Colors of #a959cb

#a959cb

Complementary Color

#a959cb #7bcb59

#a959cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959cb Color CSS Codes

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

#a959cb Text Font Color

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

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


#a959cb Background Color

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

This div background color is #a959cb


#a959cb Border Color

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

This div border color is #a959cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959cb


Comments

No comments written yet.

Please login to write comment.