Color Hex Logo

#a055ba Color Hex

#A055BA
(160,85,186)
0 Favorites   0 Comments

Color spaces of #a055ba

RGB 16085186
HSL0.790.420.53
HSV285°54°73°
CMYK 0.140.540.00   0.27
XYZ26.608617.515848.4328
Yxy17.51580.28750.1892
Hunter Lab41.851940.2460-39.3166
CIE-Lab48.903547.3316-40.7684

#a055ba color RGB value is (160,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 10111010
Octal 240 125 272
Decimal 160 85 186
Hex A0 55 BA

RGB Percentages of Color #a055ba

%37.12
%19.72
%43.16

CMYK Percentages of Color #a055ba

%14
%54
%0
%27

Triadic Colors of #a055ba

#a055ba #baa055 #55baa0

Analogous Colors of #a055ba

#a055ba #ba55a2 #6e55ba

Monochromatic Colors of #a055ba

#a055ba

Complementary Color

#a055ba #6fba55

#a055ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ba Color CSS Codes

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

#a055ba Text Font Color

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

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


#a055ba Background Color

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

This div background color is #a055ba


#a055ba Border Color

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

This div border color is #a055ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ba


Comments

No comments written yet.

Please login to write comment.