Color Hex Logo

#a794ab Color Hex

#A794AB
(167,148,171)
0 Favorites   0 Comments

Color spaces of #a794ab

RGB 167148171
HSL0.800.120.63
HSV290°13°67°
CMYK 0.020.130.00   0.33
XYZ33.876932.335642.9840
Yxy32.33560.31020.2961
Hunter Lab56.86446.8285-5.0124
CIE-Lab63.619311.3206-9.4418

#a794ab color RGB value is (167,148,171).

#a794ab hex color red value is 167, green value is 148 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a794ab hue: 0.80 , saturation: 0.12 and the lightness value of a794ab is 0.63.

The process color (four color CMYK) of #a794ab color hex is 0.02, 0.13, 0.00, 0.33. Web safe color of #a794ab is #999999. Color #a794ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 10101011
Octal 247 224 253
Decimal 167 148 171
Hex A7 94 AB

RGB Percentages of Color #a794ab

%34.36
%30.45
%35.19

CMYK Percentages of Color #a794ab

%2
%13
%0
%33

Triadic Colors of #a794ab

#a794ab #aba794 #94aba7

Analogous Colors of #a794ab

#a794ab #ab94a4 #9c94ab

Monochromatic Colors of #a794ab

#a794ab

Complementary Color

#a794ab #98ab94

#a794ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a794ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a794ab Color CSS Codes

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

#a794ab Text Font Color

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

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


#a794ab Background Color

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

This div background color is #a794ab


#a794ab Border Color

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

This div border color is #a794ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a794ab


Comments

No comments written yet.

Please login to write comment.