Color Hex Logo

#a694bd Color Hex

#A694BD
(166,148,189)
0 Favorites   0 Comments

Color spaces of #a694bd

RGB 166148189
HSL0.740.240.66
HSV266°22°74°
CMYK 0.120.220.00   0.26
XYZ35.501132.960952.6351
Yxy32.96090.29320.2722
Hunter Lab57.41169.9072-14.1691
CIE-Lab64.129214.6999-18.8108

#a694bd color RGB value is (166,148,189).

#a694bd hex color red value is 166, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a694bd hue: 0.74 , saturation: 0.24 and the lightness value of a694bd is 0.66.

The process color (four color CMYK) of #a694bd color hex is 0.12, 0.22, 0.00, 0.26. Web safe color of #a694bd is #9999cc. Color #a694bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 10111101
Octal 246 224 275
Decimal 166 148 189
Hex A6 94 BD

RGB Percentages of Color #a694bd

%33.00
%29.42
%37.57

CMYK Percentages of Color #a694bd

%12
%22
%0
%26

Triadic Colors of #a694bd

#a694bd #bda694 #94bda6

Analogous Colors of #a694bd

#a694bd #bb94bd #9497bd

Monochromatic Colors of #a694bd

#a694bd

Complementary Color

#a694bd #abbd94

#a694bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a694bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a694bd Color CSS Codes

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

#a694bd Text Font Color

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

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


#a694bd Background Color

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

This div background color is #a694bd


#a694bd Border Color

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

This div border color is #a694bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a694bd


Comments

No comments written yet.

Please login to write comment.