Color Hex Logo

#a679ce Color Hex

#A679CE
(166,121,206)
0 Favorites   0 Comments

Color spaces of #a679ce

RGB 166121206
HSL0.750.460.64
HSV272°41°81°
CMYK 0.190.410.00   0.19
XYZ33.703826.238061.6806
Yxy26.23800.27710.2157
Hunter Lab51.223027.8093-35.5384
CIE-Lab58.262333.8064-37.4469

#a679ce color RGB value is (166,121,206).

#a679ce hex color red value is 166, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a679ce hue: 0.75 , saturation: 0.46 and the lightness value of a679ce is 0.64.

The process color (four color CMYK) of #a679ce color hex is 0.19, 0.41, 0.00, 0.19. Web safe color of #a679ce is #9966cc. Color #a679ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 11001110
Octal 246 171 316
Decimal 166 121 206
Hex A6 79 CE

RGB Percentages of Color #a679ce

%33.67
%24.54
%41.78

CMYK Percentages of Color #a679ce

%19
%41
%0
%19

Triadic Colors of #a679ce

#a679ce #cea679 #79cea6

Analogous Colors of #a679ce

#a679ce #ce79cc #7c79ce

Monochromatic Colors of #a679ce

#a679ce

Complementary Color

#a679ce #a1ce79

#a679ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a679ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a679ce Color CSS Codes

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

#a679ce Text Font Color

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

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


#a679ce Background Color

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

This div background color is #a679ce


#a679ce Border Color

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

This div border color is #a679ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a679ce


Comments

No comments written yet.

Please login to write comment.