Color Hex Logo

#a684bf Color Hex

#A684BF
(166,132,191)
0 Favorites   0 Comments

Color spaces of #a684bf

RGB 166132191
HSL0.760.320.63
HSV275°31°75°
CMYK 0.130.310.00   0.25
XYZ33.381128.371153.0070
Yxy28.37110.29090.2472
Hunter Lab53.264518.6538-21.7182
CIE-Lab60.222524.2239-25.9153

#a684bf color RGB value is (166,132,191).

#a684bf hex color red value is 166, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a684bf hue: 0.76 , saturation: 0.32 and the lightness value of a684bf is 0.63.

The process color (four color CMYK) of #a684bf color hex is 0.13, 0.31, 0.00, 0.25. Web safe color of #a684bf is #9999cc. Color #a684bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 10111111
Octal 246 204 277
Decimal 166 132 191
Hex A6 84 BF

RGB Percentages of Color #a684bf

%33.95
%26.99
%39.06

CMYK Percentages of Color #a684bf

%13
%31
%0
%25

Triadic Colors of #a684bf

#a684bf #bfa684 #84bfa6

Analogous Colors of #a684bf

#a684bf #bf84bb #8984bf

Monochromatic Colors of #a684bf

#a684bf

Complementary Color

#a684bf #9dbf84

#a684bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a684bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a684bf Color CSS Codes

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

#a684bf Text Font Color

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

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


#a684bf Background Color

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

This div background color is #a684bf


#a684bf Border Color

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

This div border color is #a684bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,132,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a684bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a684bf


Comments

No comments written yet.

Please login to write comment.