Color Hex Logo

#a52acc Color Hex

#A52ACC
(165,42,204)
0 Favorites   0 Comments

Color spaces of #a52acc

RGB 16542204
HSL0.790.660.48
HSV286°79°80°
CMYK 0.190.790.00   0.20
XYZ27.244114.014958.3960
Yxy14.01490.27340.1406
Hunter Lab37.436564.3881-66.2791
CIE-Lab44.254369.9547-58.6074

#a52acc color RGB value is (165,42,204).

#a52acc hex color red value is 165, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a52acc hue: 0.79 , saturation: 0.66 and the lightness value of a52acc is 0.48.

The process color (four color CMYK) of #a52acc color hex is 0.19, 0.79, 0.00, 0.20. Web safe color of #a52acc is #9933cc. Color #a52acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101010 11001100
Octal 245 52 314
Decimal 165 42 204
Hex A5 2A CC

RGB Percentages of Color #a52acc

%40.15
%10.22
%49.64

CMYK Percentages of Color #a52acc

%19
%79
%0
%20

Triadic Colors of #a52acc

#a52acc #cca52a #2acca5

Analogous Colors of #a52acc

#a52acc #cc2aa2 #542acc

Monochromatic Colors of #a52acc

#a52acc

Complementary Color

#a52acc #51cc2a

#a52acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52acc Color CSS Codes

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

#a52acc Text Font Color

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

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


#a52acc Background Color

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

This div background color is #a52acc


#a52acc Border Color

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

This div border color is #a52acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52acc


Comments

No comments written yet.

Please login to write comment.