Color Hex Logo

#a013ba Color Hex

#A013BA
(160,19,186)
0 Favorites   0 Comments

Color spaces of #a013ba

RGB 16019186
HSL0.810.810.40
HSV291°90°73°
CMYK 0.140.900.00   0.27
XYZ23.593011.484547.4276
Yxy11.48450.28600.1392
Hunter Lab33.888864.9643-59.2546
CIE-Lab40.384871.1949-54.3922

#a013ba color RGB value is (160,19,186).

#a013ba hex color red value is 160, green value is 19 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a013ba hue: 0.81 , saturation: 0.81 and the lightness value of a013ba is 0.40.

The process color (four color CMYK) of #a013ba color hex is 0.14, 0.90, 0.00, 0.27. Web safe color of #a013ba is #9900cc. Color #a013ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 10111010
Octal 240 23 272
Decimal 160 19 186
Hex A0 13 BA

RGB Percentages of Color #a013ba

%43.84
%5.21
%50.96

CMYK Percentages of Color #a013ba

%14
%90
%0
%27

Triadic Colors of #a013ba

#a013ba #baa013 #13baa0

Analogous Colors of #a013ba

#a013ba #ba1381 #4c13ba

Monochromatic Colors of #a013ba

#a013ba

Complementary Color

#a013ba #2dba13

#a013ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013ba Color CSS Codes

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

#a013ba Text Font Color

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

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


#a013ba Background Color

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

This div background color is #a013ba


#a013ba Border Color

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

This div border color is #a013ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013ba


Comments

No comments written yet.

Please login to write comment.