Color Hex Logo

#a473ba Color Hex

#A473BA
(164,115,186)
0 Favorites   0 Comments

Color spaces of #a473ba

RGB 164115186
HSL0.780.340.59
HSV281°38°73°
CMYK 0.120.380.00   0.27
XYZ30.303523.699249.4316
Yxy23.69920.29300.2291
Hunter Lab48.681825.9196-26.1259
CIE-Lab55.785432.1570-29.9455

#a473ba color RGB value is (164,115,186).

#a473ba hex color red value is 164, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a473ba hue: 0.78 , saturation: 0.34 and the lightness value of a473ba is 0.59.

The process color (four color CMYK) of #a473ba color hex is 0.12, 0.38, 0.00, 0.27. Web safe color of #a473ba is #9966cc. Color #a473ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 10111010
Octal 244 163 272
Decimal 164 115 186
Hex A4 73 BA

RGB Percentages of Color #a473ba

%35.27
%24.73
%40.00

CMYK Percentages of Color #a473ba

%12
%38
%0
%27

Triadic Colors of #a473ba

#a473ba #baa473 #73baa4

Analogous Colors of #a473ba

#a473ba #ba73ad #8173ba

Monochromatic Colors of #a473ba

#a473ba

Complementary Color

#a473ba #89ba73

#a473ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a473ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a473ba Color CSS Codes

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

#a473ba Text Font Color

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

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


#a473ba Background Color

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

This div background color is #a473ba


#a473ba Border Color

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

This div border color is #a473ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a473ba


Comments

No comments written yet.

Please login to write comment.