Color Hex Logo

#a54aab Color Hex

#A54AAB
(165,74,171)
0 Favorites   0 Comments

Color spaces of #a54aab

RGB 16574171
HSL0.820.400.48
HSV296°57°67°
CMYK 0.040.570.00   0.33
XYZ25.316515.837240.2506
Yxy15.83720.31100.1945
Hunter Lab39.796043.9111-32.1101
CIE-Lab46.760251.1875-35.3310

#a54aab color RGB value is (165,74,171).

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

The process color (four color CMYK) of #a54aab color hex is 0.04, 0.57, 0.00, 0.33. Web safe color of #a54aab is #993399. Color #a54aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 10101011
Octal 245 112 253
Decimal 165 74 171
Hex A5 4A AB

RGB Percentages of Color #a54aab

%40.24
%18.05
%41.71

CMYK Percentages of Color #a54aab

%4
%57
%0
%33

Triadic Colors of #a54aab

#a54aab #aba54a #4aaba5

Analogous Colors of #a54aab

#a54aab #ab4a81 #754aab

Monochromatic Colors of #a54aab

#a54aab

Complementary Color

#a54aab #50ab4a

#a54aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54aab Color CSS Codes

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

#a54aab Text Font Color

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

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


#a54aab Background Color

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

This div background color is #a54aab


#a54aab Border Color

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

This div border color is #a54aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54aab


Comments

No comments written yet.

Please login to write comment.