Color Hex Logo

#a94bab Color Hex

#A94BAB
(169,75,171)
0 Favorites   0 Comments

Color spaces of #a94bab

RGB 16975171
HSL0.830.390.48
HSV299°56°67°
CMYK 0.010.560.00   0.33
XYZ26.228916.407440.3126
Yxy16.40740.31620.1978
Hunter Lab40.506044.6986-30.6526
CIE-Lab47.504551.7983-34.1213

#a94bab color RGB value is (169,75,171).

#a94bab hex color red value is 169, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a94bab hue: 0.83 , saturation: 0.39 and the lightness value of a94bab is 0.48.

The process color (four color CMYK) of #a94bab color hex is 0.01, 0.56, 0.00, 0.33. Web safe color of #a94bab is #993399. Color #a94bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001011 10101011
Octal 251 113 253
Decimal 169 75 171
Hex A9 4B AB

RGB Percentages of Color #a94bab

%40.72
%18.07
%41.20

CMYK Percentages of Color #a94bab

%1
%56
%0
%33

Triadic Colors of #a94bab

#a94bab #aba94b #4baba9

Analogous Colors of #a94bab

#a94bab #ab4b7d #794bab

Monochromatic Colors of #a94bab

#a94bab

Complementary Color

#a94bab #4dab4b

#a94bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94bab Color CSS Codes

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

#a94bab Text Font Color

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

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


#a94bab Background Color

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

This div background color is #a94bab


#a94bab Border Color

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

This div border color is #a94bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94bab


Comments

No comments written yet.

Please login to write comment.