Color Hex Logo

#a056ba Color Hex

#A056BA
(160,86,186)
0 Favorites   0 Comments

Color spaces of #a056ba

RGB 16086186
HSL0.790.420.53
HSV284°54°73°
CMYK 0.140.540.00   0.27
XYZ26.687917.674348.4593
Yxy17.67430.28750.1904
Hunter Lab42.040839.7420-38.9134
CIE-Lab49.098746.8149-40.4597

#a056ba color RGB value is (160,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 10111010
Octal 240 126 272
Decimal 160 86 186
Hex A0 56 BA

RGB Percentages of Color #a056ba

%37.04
%19.91
%43.06

CMYK Percentages of Color #a056ba

%14
%54
%0
%27

Triadic Colors of #a056ba

#a056ba #baa056 #56baa0

Analogous Colors of #a056ba

#a056ba #ba56a2 #6e56ba

Monochromatic Colors of #a056ba

#a056ba

Complementary Color

#a056ba #70ba56

#a056ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a056ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a056ba Color CSS Codes

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

#a056ba Text Font Color

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

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


#a056ba Background Color

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

This div background color is #a056ba


#a056ba Border Color

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

This div border color is #a056ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a056ba


Comments

No comments written yet.

Please login to write comment.