Color Hex Logo

#a56ccc Color Hex

#A56CCC
(165,108,204)
0 Favorites   0 Comments

Color spaces of #a56ccc

RGB 165108204
HSL0.770.480.61
HSV276°47°80°
CMYK 0.190.470.00   0.20
XYZ31.778723.084159.9075
Yxy23.08410.27690.2011
Hunter Lab48.045933.9838-40.2954
CIE-Lab55.158940.3126-41.1965

#a56ccc color RGB value is (165,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 11001100
Octal 245 154 314
Decimal 165 108 204
Hex A5 6C CC

RGB Percentages of Color #a56ccc

%34.59
%22.64
%42.77

CMYK Percentages of Color #a56ccc

%19
%47
%0
%20

Triadic Colors of #a56ccc

#a56ccc #cca56c #6ccca5

Analogous Colors of #a56ccc

#a56ccc #cc6cc3 #756ccc

Monochromatic Colors of #a56ccc

#a56ccc

Complementary Color

#a56ccc #93cc6c

#a56ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ccc Color CSS Codes

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

#a56ccc Text Font Color

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

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


#a56ccc Background Color

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

This div background color is #a56ccc


#a56ccc Border Color

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

This div border color is #a56ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ccc


Comments

No comments written yet.

Please login to write comment.