Color Hex Logo

#a139bb Color Hex

#A139BB
(161,57,187)
0 Favorites   0 Comments

Color spaces of #a139bb

RGB 16157187
HSL0.800.530.48
HSV288°70°73°
CMYK 0.140.700.00   0.27
XYZ25.130714.091248.4090
Yxy14.09120.28680.1608
Hunter Lab37.538253.8083-50.1831
CIE-Lab44.363460.7293-48.5711

#a139bb color RGB value is (161,57,187).

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

The process color (four color CMYK) of #a139bb color hex is 0.14, 0.70, 0.00, 0.27. Web safe color of #a139bb is #9933cc. Color #a139bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111001 10111011
Octal 241 71 273
Decimal 161 57 187
Hex A1 39 BB

RGB Percentages of Color #a139bb

%39.75
%14.07
%46.17

CMYK Percentages of Color #a139bb

%14
%70
%0
%27

Triadic Colors of #a139bb

#a139bb #bba139 #39bba1

Analogous Colors of #a139bb

#a139bb #bb3994 #6039bb

Monochromatic Colors of #a139bb

#a139bb

Complementary Color

#a139bb #53bb39

#a139bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a139bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a139bb Color CSS Codes

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

#a139bb Text Font Color

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

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


#a139bb Background Color

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

This div background color is #a139bb


#a139bb Border Color

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

This div border color is #a139bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,57,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a139bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a139bb


Comments

No comments written yet.

Please login to write comment.