Color Hex Logo

#a522dc Color Hex

#A522DC
(165,34,220)
0 Favorites   0 Comments

Color spaces of #a522dc

RGB 16534220
HSL0.780.730.50
HSV282°85°86°
CMYK 0.250.850.00   0.14
XYZ29.007314.310768.9435
Yxy14.31070.25840.1275
Hunter Lab37.829570.6705-81.5742
CIE-Lab44.675375.1040-67.1287

#a522dc color RGB value is (165,34,220).

#a522dc hex color red value is 165, green value is 34 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a522dc hue: 0.78 , saturation: 0.73 and the lightness value of a522dc is 0.50.

The process color (four color CMYK) of #a522dc color hex is 0.25, 0.85, 0.00, 0.14. Web safe color of #a522dc is #9933cc. Color #a522dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 11011100
Octal 245 42 334
Decimal 165 34 220
Hex A5 22 DC

RGB Percentages of Color #a522dc

%39.38
%8.11
%52.51

CMYK Percentages of Color #a522dc

%25
%85
%0
%14

Triadic Colors of #a522dc

#a522dc #dca522 #22dca5

Analogous Colors of #a522dc

#a522dc #dc22b6 #4822dc

Monochromatic Colors of #a522dc

#a522dc

Complementary Color

#a522dc #59dc22

#a522dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a522dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a522dc Color CSS Codes

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

#a522dc Text Font Color

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

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


#a522dc Background Color

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

This div background color is #a522dc


#a522dc Border Color

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

This div border color is #a522dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a522dc


Comments

No comments written yet.

Please login to write comment.