Color Hex Logo

#a10bab Color Hex

#A10BAB
(161,11,171)
0 Favorites   0 Comments

Color spaces of #a10bab

RGB 16111171
HSL0.820.880.36
HSV296°94°67°
CMYK 0.060.940.00   0.33
XYZ22.168310.756739.4359
Yxy10.75670.30640.1487
Hunter Lab32.797463.2556-48.3326
CIE-Lab39.167669.9844-47.4465

#a10bab color RGB value is (161,11,171).

#a10bab hex color red value is 161, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a10bab hue: 0.82 , saturation: 0.88 and the lightness value of a10bab is 0.36.

The process color (four color CMYK) of #a10bab color hex is 0.06, 0.94, 0.00, 0.33. Web safe color of #a10bab is #990099. Color #a10bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001011 10101011
Octal 241 13 253
Decimal 161 11 171
Hex A1 B AB

RGB Percentages of Color #a10bab

%46.94
%3.21
%49.85

CMYK Percentages of Color #a10bab

%6
%94
%0
%33

Triadic Colors of #a10bab

#a10bab #aba10b #0baba1

Analogous Colors of #a10bab

#a10bab #ab0b65 #510bab

Monochromatic Colors of #a10bab

#a10bab

Complementary Color

#a10bab #15ab0b

#a10bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10bab Color CSS Codes

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

#a10bab Text Font Color

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

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


#a10bab Background Color

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

This div background color is #a10bab


#a10bab Border Color

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

This div border color is #a10bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10bab


Comments

No comments written yet.

Please login to write comment.