Color Hex Logo

#a96bec Color Hex

#A96BEC
(169,107,236)
0 Favorites   0 Comments

Color spaces of #a96bec

RGB 169107236
HSL0.750.770.67
HSV269°55°93°
CMYK 0.280.550.00   0.07
XYZ36.760225.006582.2461
Yxy25.00650.25530.1736
Hunter Lab50.006543.7055-62.5102
CIE-Lab57.081849.2846-56.1411

#a96bec color RGB value is (169,107,236).

#a96bec hex color red value is 169, green value is 107 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a96bec hue: 0.75 , saturation: 0.77 and the lightness value of a96bec is 0.67.

The process color (four color CMYK) of #a96bec color hex is 0.28, 0.55, 0.00, 0.07. Web safe color of #a96bec is #9966ff. Color #a96bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101011 11101100
Octal 251 153 354
Decimal 169 107 236
Hex A9 6B EC

RGB Percentages of Color #a96bec

%33.01
%20.90
%46.09

CMYK Percentages of Color #a96bec

%28
%55
%0
%7

Triadic Colors of #a96bec

#a96bec #eca96b #6beca9

Analogous Colors of #a96bec

#a96bec #ea6bec #6b6eec

Monochromatic Colors of #a96bec

#a96bec

Complementary Color

#a96bec #aeec6b

#a96bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96bec Color CSS Codes

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

#a96bec Text Font Color

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

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


#a96bec Background Color

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

This div background color is #a96bec


#a96bec Border Color

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

This div border color is #a96bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96bec


Comments

No comments written yet.

Please login to write comment.