Color Hex Logo

#a65aba Color Hex

#A65ABA
(166,90,186)
0 Favorites   0 Comments

Color spaces of #a65aba

RGB 16690186
HSL0.800.410.54
HSV288°52°73°
CMYK 0.110.520.00   0.27
XYZ28.245018.964548.6262
Yxy18.96450.29470.1979
Hunter Lab43.548239.5640-35.7197
CIE-Lab50.645646.3945-37.9676

#a65aba color RGB value is (166,90,186).

#a65aba hex color red value is 166, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a65aba hue: 0.80 , saturation: 0.41 and the lightness value of a65aba is 0.54.

The process color (four color CMYK) of #a65aba color hex is 0.11, 0.52, 0.00, 0.27. Web safe color of #a65aba is #9966cc. Color #a65aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 10111010
Octal 246 132 272
Decimal 166 90 186
Hex A6 5A BA

RGB Percentages of Color #a65aba

%37.56
%20.36
%42.08

CMYK Percentages of Color #a65aba

%11
%52
%0
%27

Triadic Colors of #a65aba

#a65aba #baa65a #5abaa6

Analogous Colors of #a65aba

#a65aba #ba5a9e #765aba

Monochromatic Colors of #a65aba

#a65aba

Complementary Color

#a65aba #6eba5a

#a65aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65aba Color CSS Codes

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

#a65aba Text Font Color

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

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


#a65aba Background Color

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

This div background color is #a65aba


#a65aba Border Color

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

This div border color is #a65aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65aba


Comments

No comments written yet.

Please login to write comment.