Color Hex Logo

#a139ba Color Hex

#A139BA
(161,57,186)
0 Favorites   0 Comments

Color spaces of #a139ba

RGB 16157186
HSL0.800.530.48
HSV288°69°73°
CMYK 0.130.690.00   0.27
XYZ25.024014.048547.8471
Yxy14.04850.28790.1616
Hunter Lab37.481353.5813-49.4502
CIE-Lab44.302460.5375-48.0834

#a139ba color RGB value is (161,57,186).

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

The process color (four color CMYK) of #a139ba color hex is 0.13, 0.69, 0.00, 0.27. Web safe color of #a139ba is #9933cc. Color #a139ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111001 10111010
Octal 241 71 272
Decimal 161 57 186
Hex A1 39 BA

RGB Percentages of Color #a139ba

%39.85
%14.11
%46.04

CMYK Percentages of Color #a139ba

%13
%69
%0
%27

Triadic Colors of #a139ba

#a139ba #baa139 #39baa1

Analogous Colors of #a139ba

#a139ba #ba3993 #6039ba

Monochromatic Colors of #a139ba

#a139ba

Complementary Color

#a139ba #52ba39

#a139ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a139ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a139ba Color CSS Codes

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

#a139ba Text Font Color

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

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


#a139ba Background Color

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

This div background color is #a139ba


#a139ba Border Color

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

This div border color is #a139ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a139ba


Comments

No comments written yet.

Please login to write comment.