Color Hex Logo

#a480ba Color Hex

#A480BA
(164,128,186)
0 Favorites   0 Comments

Color spaces of #a480ba

RGB 164128186
HSL0.770.300.62
HSV277°31°73°
CMYK 0.120.310.00   0.27
XYZ31.891926.876049.9611
Yxy26.87600.29330.2472
Hunter Lab51.842119.0850-20.8494
CIE-Lab58.859424.7736-25.1923

#a480ba color RGB value is (164,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 10111010
Octal 244 200 272
Decimal 164 128 186
Hex A4 80 BA

RGB Percentages of Color #a480ba

%34.31
%26.78
%38.91

CMYK Percentages of Color #a480ba

%12
%31
%0
%27

Triadic Colors of #a480ba

#a480ba #baa480 #80baa4

Analogous Colors of #a480ba

#a480ba #ba80b3 #8780ba

Monochromatic Colors of #a480ba

#a480ba

Complementary Color

#a480ba #96ba80

#a480ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a480ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a480ba Color CSS Codes

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

#a480ba Text Font Color

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

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


#a480ba Background Color

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

This div background color is #a480ba


#a480ba Border Color

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

This div border color is #a480ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a480ba


Comments

No comments written yet.

Please login to write comment.