Color Hex Logo

#a54fab Color Hex

#A54FAB
(165,79,171)
0 Favorites   0 Comments

Color spaces of #a54fab

RGB 16579171
HSL0.820.370.49
HSV296°54°67°
CMYK 0.040.540.00   0.33
XYZ25.663716.531640.3664
Yxy16.53160.31080.2002
Hunter Lab40.659141.5145-30.4019
CIE-Lab47.664348.7542-33.9096

#a54fab color RGB value is (165,79,171).

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

The process color (four color CMYK) of #a54fab color hex is 0.04, 0.54, 0.00, 0.33. Web safe color of #a54fab is #996699. Color #a54fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001111 10101011
Octal 245 117 253
Decimal 165 79 171
Hex A5 4F AB

RGB Percentages of Color #a54fab

%39.76
%19.04
%41.20

CMYK Percentages of Color #a54fab

%4
%54
%0
%33

Triadic Colors of #a54fab

#a54fab #aba54f #4faba5

Analogous Colors of #a54fab

#a54fab #ab4f83 #774fab

Monochromatic Colors of #a54fab

#a54fab

Complementary Color

#a54fab #55ab4f

#a54fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54fab Color CSS Codes

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

#a54fab Text Font Color

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

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


#a54fab Background Color

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

This div background color is #a54fab


#a54fab Border Color

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

This div border color is #a54fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54fab


Comments

No comments written yet.

Please login to write comment.