Color Hex Logo

#a391bb Color Hex

#A391BB
(163,145,187)
0 Favorites   0 Comments

Color spaces of #a391bb

RGB 163145187
HSL0.740.240.65
HSV266°22°73°
CMYK 0.130.220.00   0.27
XYZ34.199331.625251.3155
Yxy31.62520.29200.2700
Hunter Lab56.236310.1387-14.7366
CIE-Lab63.031914.9735-19.3799

#a391bb color RGB value is (163,145,187).

#a391bb hex color red value is 163, green value is 145 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a391bb hue: 0.74 , saturation: 0.24 and the lightness value of a391bb is 0.65.

The process color (four color CMYK) of #a391bb color hex is 0.13, 0.22, 0.00, 0.27. Web safe color of #a391bb is #9999cc. Color #a391bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010001 10111011
Octal 243 221 273
Decimal 163 145 187
Hex A3 91 BB

RGB Percentages of Color #a391bb

%32.93
%29.29
%37.78

CMYK Percentages of Color #a391bb

%13
%22
%0
%27

Triadic Colors of #a391bb

#a391bb #bba391 #91bba3

Analogous Colors of #a391bb

#a391bb #b891bb #9194bb

Monochromatic Colors of #a391bb

#a391bb

Complementary Color

#a391bb #a9bb91

#a391bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a391bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a391bb Color CSS Codes

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

#a391bb Text Font Color

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

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


#a391bb Background Color

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

This div background color is #a391bb


#a391bb Border Color

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

This div border color is #a391bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a391bb


Comments

No comments written yet.

Please login to write comment.