Color Hex Logo

#a685cf Color Hex

#A685CF
(166,133,207)
0 Favorites   0 Comments

Color spaces of #a685cf

RGB 166133207
HSL0.740.440.67
HSV267°36°81°
CMYK 0.200.360.00   0.19
XYZ35.375929.387062.8392
Yxy29.38700.27720.2303
Hunter Lab54.209821.6174-30.7813
CIE-Lab61.121727.2398-33.5467

#a685cf color RGB value is (166,133,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000101 11001111
Octal 246 205 317
Decimal 166 133 207
Hex A6 85 CF

RGB Percentages of Color #a685cf

%32.81
%26.28
%40.91

CMYK Percentages of Color #a685cf

%20
%36
%0
%19

Triadic Colors of #a685cf

#a685cf #cfa685 #85cfa6

Analogous Colors of #a685cf

#a685cf #cb85cf #8589cf

Monochromatic Colors of #a685cf

#a685cf

Complementary Color

#a685cf #aecf85

#a685cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a685cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a685cf Color CSS Codes

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

#a685cf Text Font Color

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

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


#a685cf Background Color

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

This div background color is #a685cf


#a685cf Border Color

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

This div border color is #a685cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a685cf


Comments

No comments written yet.

Please login to write comment.