Color Hex Logo

#a972ba Color Hex

#A972BA
(169,114,186)
0 Favorites   0 Comments

Color spaces of #a972ba

RGB 169114186
HSL0.790.340.59
HSV286°39°73°
CMYK 0.090.390.00   0.27
XYZ31.242424.014849.4430
Yxy24.01480.29840.2294
Hunter Lab49.004928.0417-25.5166
CIE-Lab56.102634.2814-29.4103

#a972ba color RGB value is (169,114,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 10111010
Octal 251 162 272
Decimal 169 114 186
Hex A9 72 BA

RGB Percentages of Color #a972ba

%36.03
%24.31
%39.66

CMYK Percentages of Color #a972ba

%9
%39
%0
%27

Triadic Colors of #a972ba

#a972ba #baa972 #72baa9

Analogous Colors of #a972ba

#a972ba #ba72a7 #8572ba

Monochromatic Colors of #a972ba

#a972ba

Complementary Color

#a972ba #83ba72

#a972ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972ba Color CSS Codes

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

#a972ba Text Font Color

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

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


#a972ba Background Color

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

This div background color is #a972ba


#a972ba Border Color

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

This div border color is #a972ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972ba


Comments

No comments written yet.

Please login to write comment.