Color Hex Logo

#a576ba Color Hex

#A576BA
(165,118,186)
0 Favorites   0 Comments

Color spaces of #a576ba

RGB 165118186
HSL0.780.330.60
HSV281°37°73°
CMYK 0.110.370.00   0.27
XYZ30.858424.501449.5572
Yxy24.50140.29410.2335
Hunter Lab49.498924.6567-24.7106
CIE-Lab56.586330.7767-28.6945

#a576ba color RGB value is (165,118,186).

#a576ba hex color red value is 165, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a576ba hue: 0.78 , saturation: 0.33 and the lightness value of a576ba is 0.60.

The process color (four color CMYK) of #a576ba color hex is 0.11, 0.37, 0.00, 0.27. Web safe color of #a576ba is #9966cc. Color #a576ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 10111010
Octal 245 166 272
Decimal 165 118 186
Hex A5 76 BA

RGB Percentages of Color #a576ba

%35.18
%25.16
%39.66

CMYK Percentages of Color #a576ba

%11
%37
%0
%27

Triadic Colors of #a576ba

#a576ba #baa576 #76baa5

Analogous Colors of #a576ba

#a576ba #ba76ad #8376ba

Monochromatic Colors of #a576ba

#a576ba

Complementary Color

#a576ba #8bba76

#a576ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576ba Color CSS Codes

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

#a576ba Text Font Color

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

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


#a576ba Background Color

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

This div background color is #a576ba


#a576ba Border Color

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

This div border color is #a576ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576ba

#a576ba Color Palettes


Comments

No comments written yet.

Please login to write comment.