Color Hex Logo

#a609bd Color Hex

#A609BD
(166,9,189)
0 Favorites   0 Comments

Color spaces of #a609bd

RGB 1669189
HSL0.810.910.39
HSV292°95°74°
CMYK 0.120.950.00   0.26
XYZ25.008911.976549.1377
Yxy11.97650.29040.1391
Hunter Lab34.607168.4311-59.9594
CIE-Lab41.178773.9371-54.8240

#a609bd color RGB value is (166,9,189).

#a609bd hex color red value is 166, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a609bd hue: 0.81 , saturation: 0.91 and the lightness value of a609bd is 0.39.

The process color (four color CMYK) of #a609bd color hex is 0.12, 0.95, 0.00, 0.26. Web safe color of #a609bd is #9900cc. Color #a609bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 10111101
Octal 246 11 275
Decimal 166 9 189
Hex A6 9 BD

RGB Percentages of Color #a609bd

%45.60
%2.47
%51.92

CMYK Percentages of Color #a609bd

%12
%95
%0
%26

Triadic Colors of #a609bd

#a609bd #bda609 #09bda6

Analogous Colors of #a609bd

#a609bd #bd097a #4c09bd

Monochromatic Colors of #a609bd

#a609bd

Complementary Color

#a609bd #20bd09

#a609bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609bd Color CSS Codes

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

#a609bd Text Font Color

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

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


#a609bd Background Color

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

This div background color is #a609bd


#a609bd Border Color

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

This div border color is #a609bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609bd


Comments

No comments written yet.

Please login to write comment.