Color Hex Logo

#a966bd Color Hex

#A966BD
(169,102,189)
0 Favorites   0 Comments

Color spaces of #a966bd

RGB 169102189
HSL0.800.400.57
HSV286°46°74°
CMYK 0.110.460.00   0.26
XYZ30.298921.611950.7187
Yxy21.61190.29520.2106
Hunter Lab46.488634.9821-32.1429
CIE-Lab53.612841.5042-35.0140

#a966bd color RGB value is (169,102,189).

#a966bd hex color red value is 169, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a966bd hue: 0.80 , saturation: 0.40 and the lightness value of a966bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 10111101
Octal 251 146 275
Decimal 169 102 189
Hex A9 66 BD

RGB Percentages of Color #a966bd

%36.74
%22.17
%41.09

CMYK Percentages of Color #a966bd

%11
%46
%0
%26

Triadic Colors of #a966bd

#a966bd #bda966 #66bda9

Analogous Colors of #a966bd

#a966bd #bd66a6 #7e66bd

Monochromatic Colors of #a966bd

#a966bd

Complementary Color

#a966bd #7abd66

#a966bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966bd Color CSS Codes

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

#a966bd Text Font Color

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

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


#a966bd Background Color

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

This div background color is #a966bd


#a966bd Border Color

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

This div border color is #a966bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966bd


Comments

No comments written yet.

Please login to write comment.