Color Hex Logo

#a54cab Color Hex

#A54CAB
(165,76,171)
0 Favorites   0 Comments

Color spaces of #a54cab

RGB 16576171
HSL0.820.380.48
HSV296°56°67°
CMYK 0.040.560.00   0.33
XYZ25.452216.108540.2958
Yxy16.10850.31090.1968
Hunter Lab40.135442.9603-31.4322
CIE-Lab47.116550.2253-34.7703

#a54cab color RGB value is (165,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001100 10101011
Octal 245 114 253
Decimal 165 76 171
Hex A5 4C AB

RGB Percentages of Color #a54cab

%40.05
%18.45
%41.50

CMYK Percentages of Color #a54cab

%4
%56
%0
%33

Triadic Colors of #a54cab

#a54cab #aba54c #4caba5

Analogous Colors of #a54cab

#a54cab #ab4c82 #764cab

Monochromatic Colors of #a54cab

#a54cab

Complementary Color

#a54cab #52ab4c

#a54cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54cab Color CSS Codes

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

#a54cab Text Font Color

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

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


#a54cab Background Color

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

This div background color is #a54cab


#a54cab Border Color

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

This div border color is #a54cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54cab


Comments

No comments written yet.

Please login to write comment.