Color Hex Logo

#a696cb Color Hex

#A696CB
(166,150,203)
0 Favorites   0 Comments

Color spaces of #a696cb

RGB 166150203
HSL0.720.340.69
HSV258°26°80°
CMYK 0.180.260.00   0.20
XYZ37.411734.231561.1354
Yxy34.23150.28180.2578
Hunter Lab58.507711.7502-20.9975
CIE-Lab65.145916.6648-25.0896

#a696cb color RGB value is (166,150,203).

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

The process color (four color CMYK) of #a696cb color hex is 0.18, 0.26, 0.00, 0.20. Web safe color of #a696cb is #9999cc. Color #a696cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 11001011
Octal 246 226 313
Decimal 166 150 203
Hex A6 96 CB

RGB Percentages of Color #a696cb

%31.98
%28.90
%39.11

CMYK Percentages of Color #a696cb

%18
%26
%0
%20

Triadic Colors of #a696cb

#a696cb #cba696 #96cba6

Analogous Colors of #a696cb

#a696cb #c196cb #96a1cb

Monochromatic Colors of #a696cb

#a696cb

Complementary Color

#a696cb #bbcb96

#a696cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a696cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a696cb Color CSS Codes

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

#a696cb Text Font Color

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

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


#a696cb Background Color

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

This div background color is #a696cb


#a696cb Border Color

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

This div border color is #a696cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a696cb


Comments

No comments written yet.

Please login to write comment.