Color Hex Logo

#a522fd Color Hex

#A522FD
(165,34,253)
0 Favorites   0 Comments

Color spaces of #a522fd

RGB 16534253
HSL0.770.980.56
HSV276°87°99°
CMYK 0.350.870.00   0.01
XYZ33.818716.235294.2798
Yxy16.23520.23430.1125
Hunter Lab40.292979.3062-110.5252
CIE-Lab47.281681.5387-81.5202

#a522fd color RGB value is (165,34,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 11111101
Octal 245 42 375
Decimal 165 34 253
Hex A5 22 FD

RGB Percentages of Color #a522fd

%36.50
%7.52
%55.97

CMYK Percentages of Color #a522fd

%35
%87
%0
%1

Triadic Colors of #a522fd

#a522fd #fda522 #22fda5

Analogous Colors of #a522fd

#a522fd #fd22e8 #3822fd

Monochromatic Colors of #a522fd

#a522fd

Complementary Color

#a522fd #7afd22

#a522fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a522fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a522fd Color CSS Codes

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

#a522fd Text Font Color

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

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


#a522fd Background Color

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

This div background color is #a522fd


#a522fd Border Color

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

This div border color is #a522fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a522fd


Comments

No comments written yet.

Please login to write comment.