Color Hex Logo

#a54baa Color Hex

#A54BAA
(165,75,170)
0 Favorites   0 Comments

Color spaces of #a54baa

RGB 16575170
HSL0.820.390.48
HSV297°56°67°
CMYK 0.030.560.00   0.33
XYZ25.288815.933839.7729
Yxy15.93380.31220.1967
Hunter Lab39.917243.2304-31.1337
CIE-Lab46.887550.5212-34.5413

#a54baa color RGB value is (165,75,170).

#a54baa hex color red value is 165, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a54baa hue: 0.82 , saturation: 0.39 and the lightness value of a54baa is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001011 10101010
Octal 245 113 252
Decimal 165 75 170
Hex A5 4B AA

RGB Percentages of Color #a54baa

%40.24
%18.29
%41.46

CMYK Percentages of Color #a54baa

%3
%56
%0
%33

Triadic Colors of #a54baa

#a54baa #aaa54b #4baaa5

Analogous Colors of #a54baa

#a54baa #aa4b80 #764baa

Monochromatic Colors of #a54baa

#a54baa

Complementary Color

#a54baa #50aa4b

#a54baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54baa Color CSS Codes

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

#a54baa Text Font Color

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

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


#a54baa Background Color

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

This div background color is #a54baa


#a54baa Border Color

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

This div border color is #a54baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,75,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 #a54baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54baa


Comments

No comments written yet.

Please login to write comment.