Color Hex Logo

#a56acc Color Hex

#A56ACC
(165,106,204)
0 Favorites   0 Comments

Color spaces of #a56acc

RGB 165106204
HSL0.770.490.61
HSV276°48°80°
CMYK 0.190.480.00   0.20
XYZ31.570222.667059.8380
Yxy22.66700.27670.1987
Hunter Lab47.609935.0464-41.1911
CIE-Lab54.727741.4105-41.8765

#a56acc color RGB value is (165,106,204).

#a56acc hex color red value is 165, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a56acc hue: 0.77 , saturation: 0.49 and the lightness value of a56acc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101010 11001100
Octal 245 152 314
Decimal 165 106 204
Hex A5 6A CC

RGB Percentages of Color #a56acc

%34.74
%22.32
%42.95

CMYK Percentages of Color #a56acc

%19
%48
%0
%20

Triadic Colors of #a56acc

#a56acc #cca56a #6acca5

Analogous Colors of #a56acc

#a56acc #cc6ac2 #746acc

Monochromatic Colors of #a56acc

#a56acc

Complementary Color

#a56acc #91cc6a

#a56acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56acc Color CSS Codes

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

#a56acc Text Font Color

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

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


#a56acc Background Color

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

This div background color is #a56acc


#a56acc Border Color

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

This div border color is #a56acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56acc


Comments

No comments written yet.

Please login to write comment.