Color Hex Logo

#a684fc Color Hex

#A684FC
(166,132,252)
0 Favorites   0 Comments

Color spaces of #a684fc

RGB 166132252
HSL0.710.950.75
HSV257°48°99°
CMYK 0.340.480.00   0.01
XYZ41.547831.637896.0124
Yxy31.63780.24560.1870
Hunter Lab56.247533.4178-61.8326
CIE-Lab63.042438.7663-55.5070

#a684fc color RGB value is (166,132,252).

#a684fc hex color red value is 166, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a684fc hue: 0.71 , saturation: 0.95 and the lightness value of a684fc is 0.75.

The process color (four color CMYK) of #a684fc color hex is 0.34, 0.48, 0.00, 0.01. Web safe color of #a684fc is #9999ff. Color #a684fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 11111100
Octal 246 204 374
Decimal 166 132 252
Hex A6 84 FC

RGB Percentages of Color #a684fc

%30.18
%24.00
%45.82

CMYK Percentages of Color #a684fc

%34
%48
%0
%1

Triadic Colors of #a684fc

#a684fc #fca684 #84fca6

Analogous Colors of #a684fc

#a684fc #e284fc #849efc

Monochromatic Colors of #a684fc

#a684fc

Complementary Color

#a684fc #dafc84

#a684fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a684fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a684fc Color CSS Codes

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

#a684fc Text Font Color

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

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


#a684fc Background Color

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

This div background color is #a684fc


#a684fc Border Color

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

This div border color is #a684fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a684fc


Comments

No comments written yet.

Please login to write comment.