Color Hex Logo

#a956cb Color Hex

#A956CB
(169,86,203)
0 Favorites   0 Comments

Color spaces of #a956cb

RGB 16986203
HSL0.780.530.57
HSV283°58°80°
CMYK 0.170.580.00   0.20
XYZ30.469519.402458.6390
Yxy19.40240.28080.1788
Hunter Lab44.048246.3898-48.0960
CIE-Lab51.154752.7392-46.9352

#a956cb color RGB value is (169,86,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 11001011
Octal 251 126 313
Decimal 169 86 203
Hex A9 56 CB

RGB Percentages of Color #a956cb

%36.90
%18.78
%44.32

CMYK Percentages of Color #a956cb

%17
%58
%0
%20

Triadic Colors of #a956cb

#a956cb #cba956 #56cba9

Analogous Colors of #a956cb

#a956cb #cb56b3 #6f56cb

Monochromatic Colors of #a956cb

#a956cb

Complementary Color

#a956cb #78cb56

#a956cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956cb Color CSS Codes

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

#a956cb Text Font Color

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

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


#a956cb Background Color

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

This div background color is #a956cb


#a956cb Border Color

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

This div border color is #a956cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,86,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 #a956cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956cb


Comments

No comments written yet.

Please login to write comment.