Color Hex Logo

#a581be Color Hex

#A581BE
(165,129,190)
0 Favorites   0 Comments

Color spaces of #a581be

RGB 165129190
HSL0.770.320.63
HSV275°32°75°
CMYK 0.130.320.00   0.25
XYZ32.661627.417652.2859
Yxy27.41760.29070.2440
Hunter Lab52.361819.7093-22.5508
CIE-Lab59.358925.3935-26.6876

#a581be color RGB value is (165,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000001 10111110
Octal 245 201 276
Decimal 165 129 190
Hex A5 81 BE

RGB Percentages of Color #a581be

%34.09
%26.65
%39.26

CMYK Percentages of Color #a581be

%13
%32
%0
%25

Triadic Colors of #a581be

#a581be #bea581 #81bea5

Analogous Colors of #a581be

#a581be #be81b9 #8781be

Monochromatic Colors of #a581be

#a581be

Complementary Color

#a581be #9abe81

#a581be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a581be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a581be Color CSS Codes

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

#a581be Text Font Color

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

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


#a581be Background Color

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

This div background color is #a581be


#a581be Border Color

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

This div border color is #a581be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a581be


Comments

No comments written yet.

Please login to write comment.