Color Hex Logo

#a315bb Color Hex

#A315BB
(163,21,187)
0 Favorites   0 Comments

Color spaces of #a315bb

RGB 16321187
HSL0.810.800.41
HSV291°89°73°
CMYK 0.130.890.00   0.27
XYZ24.342111.910748.0297
Yxy11.91070.28880.1413
Hunter Lab34.511965.5048-58.3547
CIE-Lab41.073871.5161-53.8431

#a315bb color RGB value is (163,21,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 10111011
Octal 243 25 273
Decimal 163 21 187
Hex A3 15 BB

RGB Percentages of Color #a315bb

%43.94
%5.66
%50.40

CMYK Percentages of Color #a315bb

%13
%89
%0
%27

Triadic Colors of #a315bb

#a315bb #bba315 #15bba3

Analogous Colors of #a315bb

#a315bb #bb1580 #5015bb

Monochromatic Colors of #a315bb

#a315bb

Complementary Color

#a315bb #2dbb15

#a315bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a315bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a315bb Color CSS Codes

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

#a315bb Text Font Color

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

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


#a315bb Background Color

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

This div background color is #a315bb


#a315bb Border Color

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

This div border color is #a315bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a315bb


Comments

No comments written yet.

Please login to write comment.