Color Hex Logo

#a015bb Color Hex

#A015BB
(160,21,187)
0 Favorites   0 Comments

Color spaces of #a015bb

RGB 16021187
HSL0.810.800.41
HSV290°89°73°
CMYK 0.140.890.00   0.27
XYZ23.735011.597848.0013
Yxy11.59780.28480.1392
Hunter Lab34.055564.8083-59.7304
CIE-Lab40.569671.0275-54.6824

#a015bb color RGB value is (160,21,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 10111011
Octal 240 25 273
Decimal 160 21 187
Hex A0 15 BB

RGB Percentages of Color #a015bb

%43.48
%5.71
%50.82

CMYK Percentages of Color #a015bb

%14
%89
%0
%27

Triadic Colors of #a015bb

#a015bb #bba015 #15bba0

Analogous Colors of #a015bb

#a015bb #bb1583 #4d15bb

Monochromatic Colors of #a015bb

#a015bb

Complementary Color

#a015bb #30bb15

#a015bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015bb Color CSS Codes

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

#a015bb Text Font Color

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

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


#a015bb Background Color

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

This div background color is #a015bb


#a015bb Border Color

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

This div border color is #a015bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015bb


Comments

No comments written yet.

Please login to write comment.