color codes Logo

#a680eb color codes

#A680EB
(166,128,235)
0 Favorites   0 Comments

Color spaces of #a680eb

RGB 166128235
HSL0.730.730.71
HSV261°46°92°
CMYK 0.290.460.00   0.08
XYZ38.440529.543582.2737
Yxy29.54350.25580.1966
Hunter Lab54.353931.1204-51.6975
CIE-Lab61.258336.7502-48.9604

#a680eb color RGB value is (166,128,235).

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

The process color (four color CMYK) of #a680eb color code is 0.29, 0.46, 0.00, 0.08. Web safe color of #a680eb is #9999ff. Color #a680eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000000 11101011
Octal 246 200 353
Decimal 166 128 235
Hex A6 80 EB

RGB Percentages of Color #a680eb

%31.38
%24.20
%44.42

CMYK Percentages of Color #a680eb

%29
%46
%0
%8

Triadic Colors of #a680eb

#a680eb #eba680 #80eba6

Analogous Colors of #a680eb

#a680eb #dc80eb #8090eb

Monochromatic Colors of #a680eb

#a680eb

Complementary Color

#a680eb #c5eb80

#a680eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a680eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a680eb Color CSS Codes

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

#a680eb Text Font Color

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

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


#a680eb Background Color

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

This div background color is #a680eb


#a680eb Border Color

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

This div border color is #a680eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a680eb


Comments

No comments written yet.

Please login to write comment.