Color Hex Logo

#a69bcc Color Hex

#A69BCC
(166,155,204)
0 Favorites   0 Comments

Color spaces of #a69bcc

RGB 166155204
HSL0.700.320.70
HSV253°24°80°
CMYK 0.190.240.00   0.20
XYZ38.346335.909362.0369
Yxy35.90930.28140.2635
Hunter Lab59.92449.3566-19.4331
CIE-Lab66.450614.0676-23.6472

#a69bcc color RGB value is (166,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011011 11001100
Octal 246 233 314
Decimal 166 155 204
Hex A6 9B CC

RGB Percentages of Color #a69bcc

%31.62
%29.52
%38.86

CMYK Percentages of Color #a69bcc

%19
%24
%0
%20

Triadic Colors of #a69bcc

#a69bcc #cca69b #9bcca6

Analogous Colors of #a69bcc

#a69bcc #bf9bcc #9ba9cc

Monochromatic Colors of #a69bcc

#a69bcc

Complementary Color

#a69bcc #c1cc9b

#a69bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69bcc Color CSS Codes

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

#a69bcc Text Font Color

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

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


#a69bcc Background Color

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

This div background color is #a69bcc


#a69bcc Border Color

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

This div border color is #a69bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69bcc


Comments

No comments written yet.

Please login to write comment.