Color Hex Logo

#a556f5 Color Hex

#A556F5
(165,86,245)
0 Favorites   0 Comments

Color spaces of #a556f5

RGB 16586245
HSL0.750.890.65
HSV270°65°96°
CMYK 0.330.650.00   0.04
XYZ35.326321.247588.6255
Yxy21.24750.24330.1463
Hunter Lab46.095056.1326-81.7286
CIE-Lab53.219361.1335-67.3930

#a556f5 color RGB value is (165,86,245).

#a556f5 hex color red value is 165, green value is 86 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a556f5 hue: 0.75 , saturation: 0.89 and the lightness value of a556f5 is 0.65.

The process color (four color CMYK) of #a556f5 color hex is 0.33, 0.65, 0.00, 0.04. Web safe color of #a556f5 is #9966ff. Color #a556f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 11110101
Octal 245 126 365
Decimal 165 86 245
Hex A5 56 F5

RGB Percentages of Color #a556f5

%33.27
%17.34
%49.40

CMYK Percentages of Color #a556f5

%33
%65
%0
%4

Triadic Colors of #a556f5

#a556f5 #f5a556 #56f5a5

Analogous Colors of #a556f5

#a556f5 #f556f5 #5656f5

Monochromatic Colors of #a556f5

#a556f5

Complementary Color

#a556f5 #a6f556

#a556f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a556f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a556f5 Color CSS Codes

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

#a556f5 Text Font Color

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

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


#a556f5 Background Color

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

This div background color is #a556f5


#a556f5 Border Color

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

This div border color is #a556f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a556f5


Comments

No comments written yet.

Please login to write comment.