Color Hex Logo

#a55afc Color Hex

#A55AFC
(165,90,252)
0 Favorites   0 Comments

Color spaces of #a55afc

RGB 16590252
HSL0.740.960.67
HSV268°64°99°
CMYK 0.350.640.00   0.01
XYZ36.743922.339994.4709
Yxy22.33990.23930.1455
Hunter Lab47.265156.0520-85.4200
CIE-Lab54.385860.8512-69.4002

#a55afc color RGB value is (165,90,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011010 11111100
Octal 245 132 374
Decimal 165 90 252
Hex A5 5A FC

RGB Percentages of Color #a55afc

%32.54
%17.75
%49.70

CMYK Percentages of Color #a55afc

%35
%64
%0
%1

Triadic Colors of #a55afc

#a55afc #fca55a #5afca5

Analogous Colors of #a55afc

#a55afc #f65afc #5a60fc

Monochromatic Colors of #a55afc

#a55afc

Complementary Color

#a55afc #b1fc5a

#a55afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55afc Color CSS Codes

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

#a55afc Text Font Color

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

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


#a55afc Background Color

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

This div background color is #a55afc


#a55afc Border Color

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

This div border color is #a55afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55afc


Comments

No comments written yet.

Please login to write comment.