Color Hex Logo

#a456ba Color Hex

#A456BA
(164,86,186)
0 Favorites   0 Comments

Color spaces of #a456ba

RGB 16486186
HSL0.800.420.53
HSV287°54°73°
CMYK 0.120.540.00   0.27
XYZ27.500618.093348.4973
Yxy18.09330.29230.1923
Hunter Lab42.536240.9658-37.8236
CIE-Lab49.609147.9051-39.6196

#a456ba color RGB value is (164,86,186).

#a456ba hex color red value is 164, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a456ba hue: 0.80 , saturation: 0.42 and the lightness value of a456ba is 0.53.

The process color (four color CMYK) of #a456ba color hex is 0.12, 0.54, 0.00, 0.27. Web safe color of #a456ba is #9966cc. Color #a456ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 10111010
Octal 244 126 272
Decimal 164 86 186
Hex A4 56 BA

RGB Percentages of Color #a456ba

%37.61
%19.72
%42.66

CMYK Percentages of Color #a456ba

%12
%54
%0
%27

Triadic Colors of #a456ba

#a456ba #baa456 #56baa4

Analogous Colors of #a456ba

#a456ba #ba569e #7256ba

Monochromatic Colors of #a456ba

#a456ba

Complementary Color

#a456ba #6cba56

#a456ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a456ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a456ba Color CSS Codes

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

#a456ba Text Font Color

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

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


#a456ba Background Color

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

This div background color is #a456ba


#a456ba Border Color

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

This div border color is #a456ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a456ba


Comments

No comments written yet.

Please login to write comment.