Color Hex Logo

#a682eb Color Hex

#A682EB
(166,130,235)
0 Favorites   0 Comments

Color spaces of #a682eb

RGB 166130235
HSL0.720.720.72
HSV261°45°92°
CMYK 0.290.450.00   0.08
XYZ38.703930.070482.3615
Yxy30.07040.25610.1990
Hunter Lab54.836530.0225-50.6649
CIE-Lab61.714935.6248-48.2380

#a682eb color RGB value is (166,130,235).

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

The process color (four color CMYK) of #a682eb color hex is 0.29, 0.45, 0.00, 0.08. Web safe color of #a682eb is #9999ff. Color #a682eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 11101011
Octal 246 202 353
Decimal 166 130 235
Hex A6 82 EB

RGB Percentages of Color #a682eb

%31.26
%24.48
%44.26

CMYK Percentages of Color #a682eb

%29
%45
%0
%8

Triadic Colors of #a682eb

#a682eb #eba682 #82eba6

Analogous Colors of #a682eb

#a682eb #db82eb #8293eb

Monochromatic Colors of #a682eb

#a682eb

Complementary Color

#a682eb #c7eb82

#a682eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a682eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a682eb Color CSS Codes

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

#a682eb Text Font Color

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

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


#a682eb Background Color

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

This div background color is #a682eb


#a682eb Border Color

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

This div border color is #a682eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a682eb


Comments

No comments written yet.

Please login to write comment.