Color Hex Logo

#a69ccc Color Hex

#A69CCC
(166,156,204)
0 Favorites   0 Comments

Color spaces of #a69ccc

RGB 166156204
HSL0.700.320.71
HSV253°24°80°
CMYK 0.190.240.00   0.20
XYZ38.513436.243662.0926
Yxy36.24360.28140.2648
Hunter Lab60.20278.8370-19.0094
CIE-Lab66.705613.5040-23.2570

#a69ccc color RGB value is (166,156,204).

#a69ccc hex color red value is 166, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a69ccc hue: 0.70 , saturation: 0.32 and the lightness value of a69ccc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011100 11001100
Octal 246 234 314
Decimal 166 156 204
Hex A6 9C CC

RGB Percentages of Color #a69ccc

%31.56
%29.66
%38.78

CMYK Percentages of Color #a69ccc

%19
%24
%0
%20

Triadic Colors of #a69ccc

#a69ccc #cca69c #9ccca6

Analogous Colors of #a69ccc

#a69ccc #be9ccc #9caacc

Monochromatic Colors of #a69ccc

#a69ccc

Complementary Color

#a69ccc #c2cc9c

#a69ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ccc Color CSS Codes

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

#a69ccc Text Font Color

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

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


#a69ccc Background Color

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

This div background color is #a69ccc


#a69ccc Border Color

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

This div border color is #a69ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ccc


Comments

No comments written yet.

Please login to write comment.