Color Hex Logo

#a522ff Color Hex

#A522FF
(165,34,255)
0 Favorites   0 Comments

Color spaces of #a522ff

RGB 16534255
HSL0.771.000.57
HSV276°87°100°
CMYK 0.350.870.00   0.00
XYZ34.139116.363495.9669
Yxy16.36340.23310.1117
Hunter Lab40.451779.8541-112.3424
CIE-Lab47.447781.9380-82.3641

#a522ff color RGB value is (165,34,255).

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

The process color (four color CMYK) of #a522ff color hex is 0.35, 0.87, 0.00, 0.00. Web safe color of #a522ff is #9933ff. Color #a522ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 11111111
Octal 245 42 377
Decimal 165 34 255
Hex A5 22 FF

RGB Percentages of Color #a522ff

%36.34
%7.49
%56.17

CMYK Percentages of Color #a522ff

%35
%87
%0
%0

Triadic Colors of #a522ff

#a522ff #ffa522 #22ffa5

Analogous Colors of #a522ff

#a522ff #ff22eb #3722ff

Monochromatic Colors of #a522ff

#a522ff

Complementary Color

#a522ff #7cff22

#a522ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a522ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a522ff Color CSS Codes

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

#a522ff Text Font Color

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

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


#a522ff Background Color

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

This div background color is #a522ff


#a522ff Border Color

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

This div border color is #a522ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,34,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 #a522ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a522ff


Comments

No comments written yet.

Please login to write comment.