Color Hex Logo

#a966be Color Hex

#A966BE
(169,102,190)
0 Favorites   0 Comments

Color spaces of #a966be

RGB 169102190
HSL0.790.400.57
HSV286°46°75°
CMYK 0.110.460.00   0.25
XYZ30.407821.655551.2925
Yxy21.65550.29420.2095
Hunter Lab46.535535.2007-32.7760
CIE-Lab53.659641.7113-35.5158

#a966be color RGB value is (169,102,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 10111110
Octal 251 146 276
Decimal 169 102 190
Hex A9 66 BE

RGB Percentages of Color #a966be

%36.66
%22.13
%41.21

CMYK Percentages of Color #a966be

%11
%46
%0
%25

Triadic Colors of #a966be

#a966be #bea966 #66bea9

Analogous Colors of #a966be

#a966be #be66a7 #7d66be

Monochromatic Colors of #a966be

#a966be

Complementary Color

#a966be #7bbe66

#a966be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966be Color CSS Codes

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

#a966be Text Font Color

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

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


#a966be Background Color

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

This div background color is #a966be


#a966be Border Color

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

This div border color is #a966be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966be


Comments

No comments written yet.

Please login to write comment.