Color Hex Logo

#a685cc Color Hex

#A685CC
(166,133,204)
0 Favorites   0 Comments

Color spaces of #a685cc

RGB 166133204
HSL0.740.410.66
HSV268°35°80°
CMYK 0.190.350.00   0.20
XYZ35.012529.241760.9256
Yxy29.24170.27970.2336
Hunter Lab54.075620.9417-28.9476
CIE-Lab60.994426.5528-32.0585

#a685cc color RGB value is (166,133,204).

#a685cc hex color red value is 166, green value is 133 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a685cc hue: 0.74 , saturation: 0.41 and the lightness value of a685cc is 0.66.

The process color (four color CMYK) of #a685cc color hex is 0.19, 0.35, 0.00, 0.20. Web safe color of #a685cc is #9999cc. Color #a685cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000101 11001100
Octal 246 205 314
Decimal 166 133 204
Hex A6 85 CC

RGB Percentages of Color #a685cc

%33.00
%26.44
%40.56

CMYK Percentages of Color #a685cc

%19
%35
%0
%20

Triadic Colors of #a685cc

#a685cc #cca685 #85cca6

Analogous Colors of #a685cc

#a685cc #ca85cc #8588cc

Monochromatic Colors of #a685cc

#a685cc

Complementary Color

#a685cc #abcc85

#a685cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a685cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a685cc Color CSS Codes

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

#a685cc Text Font Color

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

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


#a685cc Background Color

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

This div background color is #a685cc


#a685cc Border Color

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

This div border color is #a685cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a685cc


Comments

No comments written yet.

Please login to write comment.