Color Hex Logo

#a611bd Color Hex

#A611BD
(166,17,189)
0 Favorites   0 Comments

Color spaces of #a611bd

RGB 16617189
HSL0.810.830.40
HSV292°91°74°
CMYK 0.120.910.00   0.26
XYZ25.111612.182049.1719
Yxy12.18200.29040.1409
Hunter Lab34.902767.3463-59.0975
CIE-Lab41.503972.9734-54.2990

#a611bd color RGB value is (166,17,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010001 10111101
Octal 246 21 275
Decimal 166 17 189
Hex A6 11 BD

RGB Percentages of Color #a611bd

%44.62
%4.57
%50.81

CMYK Percentages of Color #a611bd

%12
%91
%0
%26

Triadic Colors of #a611bd

#a611bd #bda611 #11bda6

Analogous Colors of #a611bd

#a611bd #bd117e #5011bd

Monochromatic Colors of #a611bd

#a611bd

Complementary Color

#a611bd #28bd11

#a611bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a611bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a611bd Color CSS Codes

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

#a611bd Text Font Color

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

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


#a611bd Background Color

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

This div background color is #a611bd


#a611bd Border Color

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

This div border color is #a611bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a611bd


Comments

No comments written yet.

Please login to write comment.