Color Hex Logo

#a54aba Color Hex

#A54ABA
(165,74,186)
0 Favorites   0 Comments

Color spaces of #a54aba

RGB 16574186
HSL0.800.450.51
HSV289°60°73°
CMYK 0.110.600.00   0.27
XYZ26.828816.442148.2140
Yxy16.44210.29330.1797
Hunter Lab40.548947.1425-42.1137
CIE-Lab47.549254.0686-42.8731

#a54aba color RGB value is (165,74,186).

#a54aba hex color red value is 165, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a54aba hue: 0.80 , saturation: 0.45 and the lightness value of a54aba is 0.51.

The process color (four color CMYK) of #a54aba color hex is 0.11, 0.60, 0.00, 0.27. Web safe color of #a54aba is #9933cc. Color #a54aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 10111010
Octal 245 112 272
Decimal 165 74 186
Hex A5 4A BA

RGB Percentages of Color #a54aba

%38.82
%17.41
%43.76

CMYK Percentages of Color #a54aba

%11
%60
%0
%27

Triadic Colors of #a54aba

#a54aba #baa54a #4abaa5

Analogous Colors of #a54aba

#a54aba #ba4a97 #6d4aba

Monochromatic Colors of #a54aba

#a54aba

Complementary Color

#a54aba #5fba4a

#a54aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54aba Color CSS Codes

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

#a54aba Text Font Color

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

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


#a54aba Background Color

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

This div background color is #a54aba


#a54aba Border Color

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

This div border color is #a54aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54aba


Comments

No comments written yet.

Please login to write comment.