Color Hex Logo

#a609da Color Hex

#A609DA
(166,9,218)
0 Favorites   0 Comments

Color spaces of #a609da

RGB 1669218
HSL0.790.920.45
HSV285°96°85°
CMYK 0.240.960.00   0.15
XYZ28.478513.364367.4083
Yxy13.36430.26070.1223
Hunter Lab36.557275.0785-83.7355
CIE-Lab43.307178.9430-68.2032

#a609da color RGB value is (166,9,218).

#a609da hex color red value is 166, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a609da hue: 0.79 , saturation: 0.92 and the lightness value of a609da is 0.45.

The process color (four color CMYK) of #a609da color hex is 0.24, 0.96, 0.00, 0.15. Web safe color of #a609da is #9900cc. Color #a609da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 11011010
Octal 246 11 332
Decimal 166 9 218
Hex A6 9 DA

RGB Percentages of Color #a609da

%42.24
%2.29
%55.47

CMYK Percentages of Color #a609da

%24
%96
%0
%15

Triadic Colors of #a609da

#a609da #daa609 #09daa6

Analogous Colors of #a609da

#a609da #da09a6 #3d09da

Monochromatic Colors of #a609da

#a609da

Complementary Color

#a609da #3dda09

#a609da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609da Color CSS Codes

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

#a609da Text Font Color

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

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


#a609da Background Color

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

This div background color is #a609da


#a609da Border Color

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

This div border color is #a609da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609da


Comments

No comments written yet.

Please login to write comment.