Color Hex Logo

#a138ba Color Hex

#A138BA
(161,56,186)
0 Favorites   0 Comments

Color spaces of #a138ba

RGB 16156186
HSL0.800.540.47
HSV288°70°73°
CMYK 0.130.700.00   0.27
XYZ24.975013.950647.8308
Yxy13.95060.28790.1608
Hunter Lab37.350553.9935-49.7810
CIE-Lab44.162060.9334-48.3082

#a138ba color RGB value is (161,56,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 10111010
Octal 241 70 272
Decimal 161 56 186
Hex A1 38 BA

RGB Percentages of Color #a138ba

%39.95
%13.90
%46.15

CMYK Percentages of Color #a138ba

%13
%70
%0
%27

Triadic Colors of #a138ba

#a138ba #baa138 #38baa1

Analogous Colors of #a138ba

#a138ba #ba3892 #6038ba

Monochromatic Colors of #a138ba

#a138ba

Complementary Color

#a138ba #51ba38

#a138ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a138ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a138ba Color CSS Codes

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

#a138ba Text Font Color

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

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


#a138ba Background Color

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

This div background color is #a138ba


#a138ba Border Color

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

This div border color is #a138ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a138ba


Comments

No comments written yet.

Please login to write comment.