Color Hex Logo

#a973bd Color Hex

#A973BD
(169,115,189)
0 Favorites   0 Comments

Color spaces of #a973bd

RGB 169115189
HSL0.790.360.60
HSV284°39°74°
CMYK 0.110.390.00   0.26
XYZ31.678224.370651.1785
Yxy24.37060.29540.2273
Hunter Lab49.366628.1507-26.9095
CIE-Lab56.457034.3511-30.5774

#a973bd color RGB value is (169,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110011 10111101
Octal 251 163 275
Decimal 169 115 189
Hex A9 73 BD

RGB Percentages of Color #a973bd

%35.73
%24.31
%39.96

CMYK Percentages of Color #a973bd

%11
%39
%0
%26

Triadic Colors of #a973bd

#a973bd #bda973 #73bda9

Analogous Colors of #a973bd

#a973bd #bd73ac #8473bd

Monochromatic Colors of #a973bd

#a973bd

Complementary Color

#a973bd #87bd73

#a973bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a973bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a973bd Color CSS Codes

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

#a973bd Text Font Color

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

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


#a973bd Background Color

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

This div background color is #a973bd


#a973bd Border Color

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

This div border color is #a973bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a973bd


Comments

No comments written yet.

Please login to write comment.