Color Hex Logo

#a013bb Color Hex

#A013BB
(160,19,187)
0 Favorites   0 Comments

Color spaces of #a013bb

RGB 16019187
HSL0.810.820.40
HSV290°90°73°
CMYK 0.140.900.00   0.27
XYZ23.699711.527247.9896
Yxy11.52720.28480.1385
Hunter Lab33.951765.1848-60.0382
CIE-Lab40.454671.3671-54.8684

#a013bb color RGB value is (160,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 10111011
Octal 240 23 273
Decimal 160 19 187
Hex A0 13 BB

RGB Percentages of Color #a013bb

%43.72
%5.19
%51.09

CMYK Percentages of Color #a013bb

%14
%90
%0
%27

Triadic Colors of #a013bb

#a013bb #bba013 #13bba0

Analogous Colors of #a013bb

#a013bb #bb1382 #4c13bb

Monochromatic Colors of #a013bb

#a013bb

Complementary Color

#a013bb #2ebb13

#a013bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013bb Color CSS Codes

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

#a013bb Text Font Color

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

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


#a013bb Background Color

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

This div background color is #a013bb


#a013bb Border Color

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

This div border color is #a013bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013bb


Comments

No comments written yet.

Please login to write comment.