Color Hex Logo

#a556ff Color Hex

#A556FF
(165,86,255)
0 Favorites   0 Comments

Color spaces of #a556ff

RGB 16586255
HSL0.741.000.67
HSV268°66°100°
CMYK 0.350.660.00   0.00
XYZ36.894821.874996.8854
Yxy21.87490.23700.1405
Hunter Lab46.770658.9604-90.0799
CIE-Lab53.894063.4689-71.8596

#a556ff color RGB value is (165,86,255).

#a556ff hex color red value is 165, green value is 86 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a556ff hue: 0.74 , saturation: 1.00 and the lightness value of a556ff is 0.67.

The process color (four color CMYK) of #a556ff color hex is 0.35, 0.66, 0.00, 0.00. Web safe color of #a556ff is #9966ff. Color #a556ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 11111111
Octal 245 126 377
Decimal 165 86 255
Hex A5 56 FF

RGB Percentages of Color #a556ff

%32.61
%17.00
%50.40

CMYK Percentages of Color #a556ff

%35
%66
%0
%0

Triadic Colors of #a556ff

#a556ff #ffa556 #56ffa5

Analogous Colors of #a556ff

#a556ff #fa56ff #565cff

Monochromatic Colors of #a556ff

#a556ff

Complementary Color

#a556ff #b0ff56

#a556ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a556ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a556ff Color CSS Codes

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

#a556ff Text Font Color

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

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


#a556ff Background Color

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

This div background color is #a556ff


#a556ff Border Color

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

This div border color is #a556ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a556ff

Related Colors


Comments

No comments written yet.

Please login to write comment.