Color Hex Logo

#a319bb Color Hex

#A319BB
(163,25,187)
0 Favorites   0 Comments

Color spaces of #a319bb

RGB 16325187
HSL0.810.760.42
HSV291°87°73°
CMYK 0.130.870.00   0.27
XYZ24.421512.069648.0562
Yxy12.06960.28890.1428
Hunter Lab34.741364.6797-57.6944
CIE-Lab41.326570.7718-53.4354

#a319bb color RGB value is (163,25,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011001 10111011
Octal 243 31 273
Decimal 163 25 187
Hex A3 19 BB

RGB Percentages of Color #a319bb

%43.47
%6.67
%49.87

CMYK Percentages of Color #a319bb

%13
%87
%0
%27

Triadic Colors of #a319bb

#a319bb #bba319 #19bba3

Analogous Colors of #a319bb

#a319bb #bb1982 #5219bb

Monochromatic Colors of #a319bb

#a319bb

Complementary Color

#a319bb #31bb19

#a319bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a319bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a319bb Color CSS Codes

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

#a319bb Text Font Color

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

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


#a319bb Background Color

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

This div background color is #a319bb


#a319bb Border Color

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

This div border color is #a319bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a319bb


Comments

No comments written yet.

Please login to write comment.