Color Hex Logo

#a906bd Color Hex

#A906BD
(169,6,189)
0 Favorites   0 Comments

Color spaces of #a906bd

RGB 1696189
HSL0.820.940.38
HSV293°97°74°
CMYK 0.110.970.00   0.26
XYZ25.612612.239449.1566
Yxy12.23940.29440.1407
Hunter Lab34.984969.4573-58.8179
CIE-Lab41.594174.7044-54.1276

#a906bd color RGB value is (169,6,189).

#a906bd hex color red value is 169, green value is 6 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a906bd hue: 0.82 , saturation: 0.94 and the lightness value of a906bd is 0.38.

The process color (four color CMYK) of #a906bd color hex is 0.11, 0.97, 0.00, 0.26. Web safe color of #a906bd is #9900cc. Color #a906bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000110 10111101
Octal 251 6 275
Decimal 169 6 189
Hex A9 6 BD

RGB Percentages of Color #a906bd

%46.43
%1.65
%51.92

CMYK Percentages of Color #a906bd

%11
%97
%0
%26

Triadic Colors of #a906bd

#a906bd #bda906 #06bda9

Analogous Colors of #a906bd

#a906bd #bd0676 #4e06bd

Monochromatic Colors of #a906bd

#a906bd

Complementary Color

#a906bd #1abd06

#a906bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a906bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a906bd Color CSS Codes

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

#a906bd Text Font Color

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

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


#a906bd Background Color

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

This div background color is #a906bd


#a906bd Border Color

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

This div border color is #a906bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a906bd


Comments

No comments written yet.

Please login to write comment.