Color Hex Logo

#a581bf Color Hex

#A581BF
(165,129,191)
0 Favorites   0 Comments

Color spaces of #a581bf

RGB 165129191
HSL0.760.330.63
HSV275°32°75°
CMYK 0.140.320.00   0.25
XYZ32.771327.461452.8636
Yxy27.46140.28980.2428
Hunter Lab52.403619.9210-23.1279
CIE-Lab59.399025.6123-27.1932

#a581bf color RGB value is (165,129,191).

#a581bf hex color red value is 165, green value is 129 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a581bf hue: 0.76 , saturation: 0.33 and the lightness value of a581bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000001 10111111
Octal 245 201 277
Decimal 165 129 191
Hex A5 81 BF

RGB Percentages of Color #a581bf

%34.02
%26.60
%39.38

CMYK Percentages of Color #a581bf

%14
%32
%0
%25

Triadic Colors of #a581bf

#a581bf #bfa581 #81bfa5

Analogous Colors of #a581bf

#a581bf #bf81ba #8681bf

Monochromatic Colors of #a581bf

#a581bf

Complementary Color

#a581bf #9bbf81

#a581bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a581bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a581bf Color CSS Codes

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

#a581bf Text Font Color

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

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


#a581bf Background Color

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

This div background color is #a581bf


#a581bf Border Color

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

This div border color is #a581bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a581bf


Comments

No comments written yet.

Please login to write comment.