Color Hex Logo

#a96cbc Color Hex

#A96CBC
(169,108,188)
0 Favorites   0 Comments

Color spaces of #a96cbc

RGB 169108188
HSL0.790.370.58
HSV286°43°74°
CMYK 0.100.430.00   0.26
XYZ30.801822.791050.3526
Yxy22.79100.29630.2193
Hunter Lab47.739931.6234-29.1168
CIE-Lab54.856438.0232-32.4959

#a96cbc color RGB value is (169,108,188).

#a96cbc hex color red value is 169, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a96cbc hue: 0.79 , saturation: 0.37 and the lightness value of a96cbc is 0.58.

The process color (four color CMYK) of #a96cbc color hex is 0.10, 0.43, 0.00, 0.26. Web safe color of #a96cbc is #9966cc. Color #a96cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 10111100
Octal 251 154 274
Decimal 169 108 188
Hex A9 6C BC

RGB Percentages of Color #a96cbc

%36.34
%23.23
%40.43

CMYK Percentages of Color #a96cbc

%10
%43
%0
%26

Triadic Colors of #a96cbc

#a96cbc #bca96c #6cbca9

Analogous Colors of #a96cbc

#a96cbc #bc6ca7 #816cbc

Monochromatic Colors of #a96cbc

#a96cbc

Complementary Color

#a96cbc #7fbc6c

#a96cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cbc Color CSS Codes

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

#a96cbc Text Font Color

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

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


#a96cbc Background Color

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

This div background color is #a96cbc


#a96cbc Border Color

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

This div border color is #a96cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,108,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a96cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a96cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a96cbc;
  box-shadow:         1px 1px 3px 2px #a96cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,108,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cbc


Comments

No comments written yet.

Please login to write comment.