Color Hex Logo

#a313bb Color Hex

#A313BB
(163,19,187)
0 Favorites   0 Comments

Color spaces of #a313bb

RGB 16319187
HSL0.810.820.40
HSV291°90°73°
CMYK 0.130.900.00   0.27
XYZ24.306811.840148.0180
Yxy11.84010.28880.1407
Hunter Lab34.409465.8757-58.6519
CIE-Lab40.960871.8495-54.0255

#a313bb color RGB value is (163,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 10111011
Octal 243 23 273
Decimal 163 19 187
Hex A3 13 BB

RGB Percentages of Color #a313bb

%44.17
%5.15
%50.68

CMYK Percentages of Color #a313bb

%13
%90
%0
%27

Triadic Colors of #a313bb

#a313bb #bba313 #13bba3

Analogous Colors of #a313bb

#a313bb #bb137f #4f13bb

Monochromatic Colors of #a313bb

#a313bb

Complementary Color

#a313bb #2bbb13

#a313bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a313bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a313bb Color CSS Codes

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

#a313bb Text Font Color

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

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


#a313bb Background Color

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

This div background color is #a313bb


#a313bb Border Color

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

This div border color is #a313bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a313bb


Comments

No comments written yet.

Please login to write comment.