Color Hex Logo

#a581ba Color Hex

#A581BA
(165,129,186)
0 Favorites   0 Comments

Color spaces of #a581ba

RGB 165129186
HSL0.770.290.62
HSV278°31°73°
CMYK 0.110.310.00   0.27
XYZ32.230227.245050.0145
Yxy27.24500.29440.2488
Hunter Lab52.196718.8750-20.2735
CIE-Lab59.200424.5278-24.6593

#a581ba color RGB value is (165,129,186).

#a581ba hex color red value is 165, green value is 129 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a581ba hue: 0.77 , saturation: 0.29 and the lightness value of a581ba is 0.62.

The process color (four color CMYK) of #a581ba color hex is 0.11, 0.31, 0.00, 0.27. Web safe color of #a581ba is #9999cc. Color #a581ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000001 10111010
Octal 245 201 272
Decimal 165 129 186
Hex A5 81 BA

RGB Percentages of Color #a581ba

%34.38
%26.88
%38.75

CMYK Percentages of Color #a581ba

%11
%31
%0
%27

Triadic Colors of #a581ba

#a581ba #baa581 #81baa5

Analogous Colors of #a581ba

#a581ba #ba81b3 #8981ba

Monochromatic Colors of #a581ba

#a581ba

Complementary Color

#a581ba #96ba81

#a581ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a581ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a581ba Color CSS Codes

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

#a581ba Text Font Color

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

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


#a581ba Background Color

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

This div background color is #a581ba


#a581ba Border Color

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

This div border color is #a581ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a581ba


Comments

No comments written yet.

Please login to write comment.