Color Hex Logo

#a678cc Color Hex

#A678CC
(166,120,204)
0 Favorites   0 Comments

Color spaces of #a678cc

RGB 166120204
HSL0.760.450.64
HSV273°41°80°
CMYK 0.190.410.00   0.20
XYZ33.341425.899660.3686
Yxy25.89960.27880.2165
Hunter Lab50.891627.8830-34.7067
CIE-Lab57.941633.9155-36.8180

#a678cc color RGB value is (166,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 11001100
Octal 246 170 314
Decimal 166 120 204
Hex A6 78 CC

RGB Percentages of Color #a678cc

%33.88
%24.49
%41.63

CMYK Percentages of Color #a678cc

%19
%41
%0
%20

Triadic Colors of #a678cc

#a678cc #cca678 #78cca6

Analogous Colors of #a678cc

#a678cc #cc78c8 #7c78cc

Monochromatic Colors of #a678cc

#a678cc

Complementary Color

#a678cc #9ecc78

#a678cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a678cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a678cc Color CSS Codes

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

#a678cc Text Font Color

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

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


#a678cc Background Color

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

This div background color is #a678cc


#a678cc Border Color

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

This div border color is #a678cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a678cc


Comments

No comments written yet.

Please login to write comment.