Color Hex Logo

#a662bd Color Hex

#A662BD
(166,98,189)
0 Favorites   0 Comments

Color spaces of #a662bd

RGB 16698189
HSL0.790.410.56
HSV285°48°74°
CMYK 0.120.480.00   0.26
XYZ29.278920.516550.5610
Yxy20.51650.29170.2044
Hunter Lab45.295136.1164-34.4763
CIE-Lab52.416242.7852-36.9162

#a662bd color RGB value is (166,98,189).

#a662bd hex color red value is 166, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a662bd hue: 0.79 , saturation: 0.41 and the lightness value of a662bd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 10111101
Octal 246 142 275
Decimal 166 98 189
Hex A6 62 BD

RGB Percentages of Color #a662bd

%36.64
%21.63
%41.72

CMYK Percentages of Color #a662bd

%12
%48
%0
%26

Triadic Colors of #a662bd

#a662bd #bda662 #62bda6

Analogous Colors of #a662bd

#a662bd #bd62a7 #7962bd

Monochromatic Colors of #a662bd

#a662bd

Complementary Color

#a662bd #79bd62

#a662bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a662bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a662bd Color CSS Codes

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

#a662bd Text Font Color

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

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


#a662bd Background Color

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

This div background color is #a662bd


#a662bd Border Color

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

This div border color is #a662bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a662bd


Comments

No comments written yet.

Please login to write comment.