Color Hex Logo

#a68cce Color Hex

#A68CCE
(166,140,206)
0 Favorites   0 Comments

Color spaces of #a68cce

RGB 166140206
HSL0.730.400.68
HSV264°32°81°
CMYK 0.190.320.00   0.19
XYZ36.244531.319462.5275
Yxy31.31940.27860.2407
Hunter Lab55.963717.6677-27.0693
CIE-Lab62.776323.0274-30.4180

#a68cce color RGB value is (166,140,206).

#a68cce hex color red value is 166, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a68cce hue: 0.73 , saturation: 0.40 and the lightness value of a68cce is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11001110
Octal 246 214 316
Decimal 166 140 206
Hex A6 8C CE

RGB Percentages of Color #a68cce

%32.42
%27.34
%40.23

CMYK Percentages of Color #a68cce

%19
%32
%0
%19

Triadic Colors of #a68cce

#a68cce #cea68c #8ccea6

Analogous Colors of #a68cce

#a68cce #c78cce #8c93ce

Monochromatic Colors of #a68cce

#a68cce

Complementary Color

#a68cce #b4ce8c

#a68cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cce Color CSS Codes

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

#a68cce Text Font Color

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

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


#a68cce Background Color

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

This div background color is #a68cce


#a68cce Border Color

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

This div border color is #a68cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cce


Comments

No comments written yet.

Please login to write comment.