Color Hex Logo

#a52baa Color Hex

#A52BAA
(165,43,170)
0 Favorites   0 Comments

Color spaces of #a52baa

RGB 16543170
HSL0.830.600.42
HSV298°75°67°
CMYK 0.030.750.00   0.33
XYZ23.636612.629439.2221
Yxy12.62940.31310.1673
Hunter Lab35.537956.5309-40.5601
CIE-Lab42.199563.5666-41.9611

#a52baa color RGB value is (165,43,170).

#a52baa hex color red value is 165, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a52baa hue: 0.83 , saturation: 0.60 and the lightness value of a52baa is 0.42.

The process color (four color CMYK) of #a52baa color hex is 0.03, 0.75, 0.00, 0.33. Web safe color of #a52baa is #993399. Color #a52baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101011 10101010
Octal 245 53 252
Decimal 165 43 170
Hex A5 2B AA

RGB Percentages of Color #a52baa

%43.65
%11.38
%44.97

CMYK Percentages of Color #a52baa

%3
%75
%0
%33

Triadic Colors of #a52baa

#a52baa #aaa52b #2baaa5

Analogous Colors of #a52baa

#a52baa #aa2b70 #662baa

Monochromatic Colors of #a52baa

#a52baa

Complementary Color

#a52baa #30aa2b

#a52baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52baa Color CSS Codes

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

#a52baa Text Font Color

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

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


#a52baa Background Color

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

This div background color is #a52baa


#a52baa Border Color

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

This div border color is #a52baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52baa


Comments

No comments written yet.

Please login to write comment.