Color Hex Logo

#a55aca Color Hex

#A55ACA
(165,90,202)
0 Favorites   0 Comments

Color spaces of #a55aca

RGB 16590202
HSL0.780.510.57
HSV280°55°79°
CMYK 0.180.550.00   0.21
XYZ29.833919.575958.0832
Yxy19.57590.27750.1821
Hunter Lab44.244742.9333-46.8631
CIE-Lab51.354349.4828-46.0754

#a55aca color RGB value is (165,90,202).

#a55aca hex color red value is 165, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a55aca hue: 0.78 , saturation: 0.51 and the lightness value of a55aca is 0.57.

The process color (four color CMYK) of #a55aca color hex is 0.18, 0.55, 0.00, 0.21. Web safe color of #a55aca is #9966cc. Color #a55aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011010 11001010
Octal 245 132 312
Decimal 165 90 202
Hex A5 5A CA

RGB Percentages of Color #a55aca

%36.11
%19.69
%44.20

CMYK Percentages of Color #a55aca

%18
%55
%0
%21

Triadic Colors of #a55aca

#a55aca #caa55a #5acaa5

Analogous Colors of #a55aca

#a55aca #ca5ab7 #6d5aca

Monochromatic Colors of #a55aca

#a55aca

Complementary Color

#a55aca #7fca5a

#a55aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55aca Color CSS Codes

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

#a55aca Text Font Color

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

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


#a55aca Background Color

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

This div background color is #a55aca


#a55aca Border Color

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

This div border color is #a55aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55aca


Comments

No comments written yet.

Please login to write comment.