Color Hex Logo

#a591bf Color Hex

#A591BF
(165,145,191)
0 Favorites   0 Comments

Color spaces of #a591bf

RGB 165145191
HSL0.740.260.66
HSV266°24°75°
CMYK 0.140.240.00   0.25
XYZ35.046432.011753.6219
Yxy32.01170.29040.2653
Hunter Lab56.578911.5544-16.5861
CIE-Lab63.352616.5037-21.1247

#a591bf color RGB value is (165,145,191).

#a591bf hex color red value is 165, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a591bf hue: 0.74 , saturation: 0.26 and the lightness value of a591bf is 0.66.

The process color (four color CMYK) of #a591bf color hex is 0.14, 0.24, 0.00, 0.25. Web safe color of #a591bf is #9999cc. Color #a591bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 10111111
Octal 245 221 277
Decimal 165 145 191
Hex A5 91 BF

RGB Percentages of Color #a591bf

%32.93
%28.94
%38.12

CMYK Percentages of Color #a591bf

%14
%24
%0
%25

Triadic Colors of #a591bf

#a591bf #bfa591 #91bfa5

Analogous Colors of #a591bf

#a591bf #bc91bf #9194bf

Monochromatic Colors of #a591bf

#a591bf

Complementary Color

#a591bf #abbf91

#a591bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591bf Color CSS Codes

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

#a591bf Text Font Color

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

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


#a591bf Background Color

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

This div background color is #a591bf


#a591bf Border Color

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

This div border color is #a591bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,145,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a591bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591bf


Comments

No comments written yet.

Please login to write comment.