Color Hex Logo

#a96dbc Color Hex

#A96DBC
(169,109,188)
0 Favorites   0 Comments

Color spaces of #a96dbc

RGB 169109188
HSL0.790.370.58
HSV286°42°74°
CMYK 0.100.420.00   0.26
XYZ30.907923.003150.3880
Yxy23.00310.29630.2205
Hunter Lab47.961531.0982-28.7165
CIE-Lab55.075537.4725-32.1543

#a96dbc color RGB value is (169,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101101 10111100
Octal 251 155 274
Decimal 169 109 188
Hex A9 6D BC

RGB Percentages of Color #a96dbc

%36.27
%23.39
%40.34

CMYK Percentages of Color #a96dbc

%10
%42
%0
%26

Triadic Colors of #a96dbc

#a96dbc #bca96d #6dbca9

Analogous Colors of #a96dbc

#a96dbc #bc6da8 #826dbc

Monochromatic Colors of #a96dbc

#a96dbc

Complementary Color

#a96dbc #80bc6d

#a96dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96dbc Color CSS Codes

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

#a96dbc Text Font Color

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

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


#a96dbc Background Color

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

This div background color is #a96dbc


#a96dbc Border Color

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

This div border color is #a96dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96dbc


Comments

No comments written yet.

Please login to write comment.