Color Hex Logo

#a682fc Color Hex

#A682FC
(166,130,252)
0 Favorites   0 Comments

Color spaces of #a682fc

RGB 166130252
HSL0.720.950.75
HSV258°48°99°
CMYK 0.340.480.00   0.01
XYZ41.279231.100595.9228
Yxy31.10050.24530.1848
Hunter Lab55.767834.5316-62.9436
CIE-Lab62.592439.8865-56.2232

#a682fc color RGB value is (166,130,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 11111100
Octal 246 202 374
Decimal 166 130 252
Hex A6 82 FC

RGB Percentages of Color #a682fc

%30.29
%23.72
%45.99

CMYK Percentages of Color #a682fc

%34
%48
%0
%1

Triadic Colors of #a682fc

#a682fc #fca682 #82fca6

Analogous Colors of #a682fc

#a682fc #e382fc #829bfc

Monochromatic Colors of #a682fc

#a682fc

Complementary Color

#a682fc #d8fc82

#a682fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a682fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a682fc Color CSS Codes

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

#a682fc Text Font Color

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

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


#a682fc Background Color

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

This div background color is #a682fc


#a682fc Border Color

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

This div border color is #a682fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a682fc


Comments

No comments written yet.

Please login to write comment.