Color Hex Logo

#a682fe Color Hex

#A682FE
(166,130,254)
0 Favorites   0 Comments

Color spaces of #a682fe

RGB 166130254
HSL0.720.980.75
HSV257°49°100°
CMYK 0.350.490.00   0.00
XYZ41.597931.228097.6011
Yxy31.22800.24410.1832
Hunter Lab55.882035.0797-64.4359
CIE-Lab62.699640.3962-57.1500

#a682fe color RGB value is (166,130,254).

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

The process color (four color CMYK) of #a682fe color hex is 0.35, 0.49, 0.00, 0.00. Web safe color of #a682fe is #9999ff. Color #a682fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 11111110
Octal 246 202 376
Decimal 166 130 254
Hex A6 82 FE

RGB Percentages of Color #a682fe

%30.18
%23.64
%46.18

CMYK Percentages of Color #a682fe

%35
%49
%0
%0

Triadic Colors of #a682fe

#a682fe #fea682 #82fea6

Analogous Colors of #a682fe

#a682fe #e482fe #829cfe

Monochromatic Colors of #a682fe

#a682fe

Complementary Color

#a682fe #dafe82

#a682fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a682fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a682fe Color CSS Codes

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

#a682fe Text Font Color

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

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


#a682fe Background Color

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

This div background color is #a682fe


#a682fe Border Color

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

This div border color is #a682fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a682fe

Related Colors


Comments

No comments written yet.

Please login to write comment.