Color Hex Logo

#a556dc Color Hex

#A556DC
(165,86,220)
0 Favorites   0 Comments

Color spaces of #a556dc

RGB 16586220
HSL0.760.660.60
HSV275°61°86°
CMYK 0.250.610.00   0.14
XYZ31.763119.822269.8621
Yxy19.82220.26150.1632
Hunter Lab44.522149.4322-61.8697
CIE-Lab51.635655.4423-55.8875

#a556dc color RGB value is (165,86,220).

#a556dc hex color red value is 165, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a556dc hue: 0.76 , saturation: 0.66 and the lightness value of a556dc is 0.60.

The process color (four color CMYK) of #a556dc color hex is 0.25, 0.61, 0.00, 0.14. Web safe color of #a556dc is #9966cc. Color #a556dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 11011100
Octal 245 126 334
Decimal 165 86 220
Hex A5 56 DC

RGB Percentages of Color #a556dc

%35.03
%18.26
%46.71

CMYK Percentages of Color #a556dc

%25
%61
%0
%14

Triadic Colors of #a556dc

#a556dc #dca556 #56dca5

Analogous Colors of #a556dc

#a556dc #dc56d0 #6256dc

Monochromatic Colors of #a556dc

#a556dc

Complementary Color

#a556dc #8ddc56

#a556dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a556dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a556dc Color CSS Codes

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

#a556dc Text Font Color

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

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


#a556dc Background Color

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

This div background color is #a556dc


#a556dc Border Color

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

This div border color is #a556dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,86,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a556dc


Comments

No comments written yet.

Please login to write comment.