Color Hex Logo

#a155ba Color Hex

#A155BA
(161,85,186)
0 Favorites   0 Comments

Color spaces of #a155ba

RGB 16185186
HSL0.790.420.53
HSV285°54°73°
CMYK 0.130.540.00   0.27
XYZ26.809417.619248.4422
Yxy17.61920.28870.1897
Hunter Lab41.975240.5505-39.0419
CIE-Lab49.030947.6029-40.5585

#a155ba color RGB value is (161,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010101 10111010
Octal 241 125 272
Decimal 161 85 186
Hex A1 55 BA

RGB Percentages of Color #a155ba

%37.27
%19.68
%43.06

CMYK Percentages of Color #a155ba

%13
%54
%0
%27

Triadic Colors of #a155ba

#a155ba #baa155 #55baa1

Analogous Colors of #a155ba

#a155ba #ba55a1 #6f55ba

Monochromatic Colors of #a155ba

#a155ba

Complementary Color

#a155ba #6eba55

#a155ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a155ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a155ba Color CSS Codes

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

#a155ba Text Font Color

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

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


#a155ba Background Color

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

This div background color is #a155ba


#a155ba Border Color

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

This div border color is #a155ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a155ba


Comments

No comments written yet.

Please login to write comment.