Color Hex Logo

#a65abc Color Hex

#A65ABC
(166,90,188)
0 Favorites   0 Comments

Color spaces of #a65abc

RGB 16690188
HSL0.800.420.55
HSV287°52°74°
CMYK 0.120.520.00   0.26
XYZ28.459119.050249.7540
Yxy19.05020.29260.1959
Hunter Lab43.646540.0069-37.0339
CIE-Lab50.745946.8033-38.9677

#a65abc color RGB value is (166,90,188).

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

The process color (four color CMYK) of #a65abc color hex is 0.12, 0.52, 0.00, 0.26. Web safe color of #a65abc is #9966cc. Color #a65abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 10111100
Octal 246 132 274
Decimal 166 90 188
Hex A6 5A BC

RGB Percentages of Color #a65abc

%37.39
%20.27
%42.34

CMYK Percentages of Color #a65abc

%12
%52
%0
%26

Triadic Colors of #a65abc

#a65abc #bca65a #5abca6

Analogous Colors of #a65abc

#a65abc #bc5aa1 #755abc

Monochromatic Colors of #a65abc

#a65abc

Complementary Color

#a65abc #70bc5a

#a65abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65abc Color CSS Codes

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

#a65abc Text Font Color

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

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


#a65abc Background Color

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

This div background color is #a65abc


#a65abc Border Color

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

This div border color is #a65abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,90,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65abc


Comments

No comments written yet.

Please login to write comment.