Color Hex Logo

#a52ace Color Hex

#A52ACE
(165,42,206)
0 Favorites   0 Comments

Color spaces of #a52ace

RGB 16542206
HSL0.790.660.49
HSV285°80°81°
CMYK 0.200.800.00   0.19
XYZ27.485614.111559.6677
Yxy14.11150.27140.1394
Hunter Lab37.565364.8649-67.8790
CIE-Lab44.392470.3306-59.5404

#a52ace color RGB value is (165,42,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101010 11001110
Octal 245 52 316
Decimal 165 42 206
Hex A5 2A CE

RGB Percentages of Color #a52ace

%39.95
%10.17
%49.88

CMYK Percentages of Color #a52ace

%20
%80
%0
%19

Triadic Colors of #a52ace

#a52ace #cea52a #2acea5

Analogous Colors of #a52ace

#a52ace #ce2aa5 #532ace

Monochromatic Colors of #a52ace

#a52ace

Complementary Color

#a52ace #53ce2a

#a52ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52ace Color CSS Codes

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

#a52ace Text Font Color

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

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


#a52ace Background Color

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

This div background color is #a52ace


#a52ace Border Color

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

This div border color is #a52ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52ace


Comments

No comments written yet.

Please login to write comment.