Color Hex Logo

#a10baf Color Hex

#A10BAF
(161,11,175)
0 Favorites   0 Comments

Color spaces of #a10baf

RGB 16111175
HSL0.820.880.36
HSV295°94°69°
CMYK 0.080.940.00   0.31
XYZ22.555510.911641.4748
Yxy10.91160.30100.1456
Hunter Lab33.032764.0767-51.3197
CIE-Lab39.431270.6300-49.4079

#a10baf color RGB value is (161,11,175).

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

The process color (four color CMYK) of #a10baf color hex is 0.08, 0.94, 0.00, 0.31. Web safe color of #a10baf is #990099. Color #a10baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001011 10101111
Octal 241 13 257
Decimal 161 11 175
Hex A1 B AF

RGB Percentages of Color #a10baf

%46.40
%3.17
%50.43

CMYK Percentages of Color #a10baf

%8
%94
%0
%31

Triadic Colors of #a10baf

#a10baf #afa10b #0bafa1

Analogous Colors of #a10baf

#a10baf #af0b6b #4f0baf

Monochromatic Colors of #a10baf

#a10baf

Complementary Color

#a10baf #19af0b

#a10baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10baf Color CSS Codes

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

#a10baf Text Font Color

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

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


#a10baf Background Color

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

This div background color is #a10baf


#a10baf Border Color

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

This div border color is #a10baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10baf


Comments

No comments written yet.

Please login to write comment.