Color Hex Logo

#a68ccc Color Hex

#A68CCC
(166,140,204)
0 Favorites   0 Comments

Color spaces of #a68ccc

RGB 166140204
HSL0.730.390.67
HSV264°31°80°
CMYK 0.190.310.00   0.20
XYZ36.003131.222861.2558
Yxy31.22280.28020.2430
Hunter Lab55.877417.2264-25.8828
CIE-Lab62.695322.5701-29.4231

#a68ccc color RGB value is (166,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11001100
Octal 246 214 314
Decimal 166 140 204
Hex A6 8C CC

RGB Percentages of Color #a68ccc

%32.55
%27.45
%40.00

CMYK Percentages of Color #a68ccc

%19
%31
%0
%20

Triadic Colors of #a68ccc

#a68ccc #cca68c #8ccca6

Analogous Colors of #a68ccc

#a68ccc #c68ccc #8c92cc

Monochromatic Colors of #a68ccc

#a68ccc

Complementary Color

#a68ccc #b2cc8c

#a68ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ccc Color CSS Codes

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

#a68ccc Text Font Color

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

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


#a68ccc Background Color

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

This div background color is #a68ccc


#a68ccc Border Color

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

This div border color is #a68ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ccc


Comments

No comments written yet.

Please login to write comment.