Color Hex Logo

#a679cb Color Hex

#A679CB
(166,121,203)
0 Favorites   0 Comments

Color spaces of #a679cb

RGB 166121203
HSL0.760.440.64
HSV273°40°80°
CMYK 0.180.400.00   0.20
XYZ33.342726.093559.7791
Yxy26.09350.27970.2189
Hunter Lab51.081827.1194-33.6276
CIE-Lab58.125733.1267-35.9641

#a679cb color RGB value is (166,121,203).

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

The process color (four color CMYK) of #a679cb color hex is 0.18, 0.40, 0.00, 0.20. Web safe color of #a679cb is #9966cc. Color #a679cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 11001011
Octal 246 171 313
Decimal 166 121 203
Hex A6 79 CB

RGB Percentages of Color #a679cb

%33.88
%24.69
%41.43

CMYK Percentages of Color #a679cb

%18
%40
%0
%20

Triadic Colors of #a679cb

#a679cb #cba679 #79cba6

Analogous Colors of #a679cb

#a679cb #cb79c7 #7d79cb

Monochromatic Colors of #a679cb

#a679cb

Complementary Color

#a679cb #9ecb79

#a679cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a679cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a679cb Color CSS Codes

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

#a679cb Text Font Color

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

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


#a679cb Background Color

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

This div background color is #a679cb


#a679cb Border Color

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

This div border color is #a679cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a679cb


Comments

No comments written yet.

Please login to write comment.