Color Hex Logo

#a471ba Color Hex

#A471BA
(164,113,186)
0 Favorites   0 Comments

Color spaces of #a471ba

RGB 164113186
HSL0.780.350.59
HSV282°39°73°
CMYK 0.120.390.00   0.27
XYZ30.077923.247949.3564
Yxy23.24790.29290.2264
Hunter Lab48.216126.9728-26.9410
CIE-Lab55.326833.2839-30.6581

#a471ba color RGB value is (164,113,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 10111010
Octal 244 161 272
Decimal 164 113 186
Hex A4 71 BA

RGB Percentages of Color #a471ba

%35.42
%24.41
%40.17

CMYK Percentages of Color #a471ba

%12
%39
%0
%27

Triadic Colors of #a471ba

#a471ba #baa471 #71baa4

Analogous Colors of #a471ba

#a471ba #ba71ac #8071ba

Monochromatic Colors of #a471ba

#a471ba

Complementary Color

#a471ba #87ba71

#a471ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a471ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a471ba Color CSS Codes

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

#a471ba Text Font Color

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

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


#a471ba Background Color

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

This div background color is #a471ba


#a471ba Border Color

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

This div border color is #a471ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a471ba


Comments

No comments written yet.

Please login to write comment.