Color Hex Logo

#a696cd Color Hex

#A696CD
(166,150,205)
0 Favorites   0 Comments

Color spaces of #a696cd

RGB 166150205
HSL0.720.350.70
HSV257°27°80°
CMYK 0.190.270.00   0.20
XYZ37.651734.327562.3990
Yxy34.32750.28020.2555
Hunter Lab58.589712.1782-22.1321
CIE-Lab65.221717.1201-26.0879

#a696cd color RGB value is (166,150,205).

#a696cd hex color red value is 166, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a696cd hue: 0.72 , saturation: 0.35 and the lightness value of a696cd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 11001101
Octal 246 226 315
Decimal 166 150 205
Hex A6 96 CD

RGB Percentages of Color #a696cd

%31.86
%28.79
%39.35

CMYK Percentages of Color #a696cd

%19
%27
%0
%20

Triadic Colors of #a696cd

#a696cd #cda696 #96cda6

Analogous Colors of #a696cd

#a696cd #c296cd #96a2cd

Monochromatic Colors of #a696cd

#a696cd

Complementary Color

#a696cd #bdcd96

#a696cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a696cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a696cd Color CSS Codes

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

#a696cd Text Font Color

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

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


#a696cd Background Color

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

This div background color is #a696cd


#a696cd Border Color

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

This div border color is #a696cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a696cd


Comments

No comments written yet.

Please login to write comment.