Color Hex Logo

#a972bd Color Hex

#A972BD
(169,114,189)
0 Favorites   0 Comments

Color spaces of #a972bd

RGB 169114189
HSL0.790.360.59
HSV284°40°74°
CMYK 0.110.400.00   0.26
XYZ31.564824.143851.1407
Yxy24.14380.29540.2260
Hunter Lab49.136328.6784-27.3131
CIE-Lab56.231534.9088-30.9278

#a972bd color RGB value is (169,114,189).

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

The process color (four color CMYK) of #a972bd color hex is 0.11, 0.40, 0.00, 0.26. Web safe color of #a972bd is #9966cc. Color #a972bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 10111101
Octal 251 162 275
Decimal 169 114 189
Hex A9 72 BD

RGB Percentages of Color #a972bd

%35.81
%24.15
%40.04

CMYK Percentages of Color #a972bd

%11
%40
%0
%26

Triadic Colors of #a972bd

#a972bd #bda972 #72bda9

Analogous Colors of #a972bd

#a972bd #bd72ac #8472bd

Monochromatic Colors of #a972bd

#a972bd

Complementary Color

#a972bd #86bd72

#a972bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972bd Color CSS Codes

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

#a972bd Text Font Color

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

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


#a972bd Background Color

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

This div background color is #a972bd


#a972bd Border Color

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

This div border color is #a972bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,114,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a972bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972bd


Comments

No comments written yet.

Please login to write comment.