Color Hex Logo

#a591bb Color Hex

#A591BB
(165,145,187)
0 Favorites   0 Comments

Color spaces of #a591bb

RGB 165145187
HSL0.750.240.65
HSV269°22°73°
CMYK 0.120.220.00   0.27
XYZ34.612131.838051.3348
Yxy31.83800.29390.2703
Hunter Lab56.425210.7507-14.4436
CIE-Lab63.208815.6363-19.0944

#a591bb color RGB value is (165,145,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 10111011
Octal 245 221 273
Decimal 165 145 187
Hex A5 91 BB

RGB Percentages of Color #a591bb

%33.20
%29.18
%37.63

CMYK Percentages of Color #a591bb

%12
%22
%0
%27

Triadic Colors of #a591bb

#a591bb #bba591 #91bba5

Analogous Colors of #a591bb

#a591bb #ba91bb #9192bb

Monochromatic Colors of #a591bb

#a591bb

Complementary Color

#a591bb #a7bb91

#a591bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591bb Color CSS Codes

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

#a591bb Text Font Color

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

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


#a591bb Background Color

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

This div background color is #a591bb


#a591bb Border Color

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

This div border color is #a591bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591bb


Comments

No comments written yet.

Please login to write comment.