Color Hex Logo

#a79abb Color Hex

#A79ABB
(167,154,187)
0 Favorites   0 Comments

Color spaces of #a79abb

RGB 167154187
HSL0.730.200.67
HSV264°18°73°
CMYK 0.110.180.00   0.27
XYZ36.461634.914551.8312
Yxy34.91450.29590.2834
Hunter Lab59.08856.7417-10.6460
CIE-Lab65.682011.2253-15.3303

#a79abb color RGB value is (167,154,187).

#a79abb hex color red value is 167, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a79abb hue: 0.73 , saturation: 0.20 and the lightness value of a79abb is 0.67.

The process color (four color CMYK) of #a79abb color hex is 0.11, 0.18, 0.00, 0.27. Web safe color of #a79abb is #9999cc. Color #a79abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011010 10111011
Octal 247 232 273
Decimal 167 154 187
Hex A7 9A BB

RGB Percentages of Color #a79abb

%32.87
%30.31
%36.81

CMYK Percentages of Color #a79abb

%11
%18
%0
%27

Triadic Colors of #a79abb

#a79abb #bba79a #9abba7

Analogous Colors of #a79abb

#a79abb #b89abb #9a9ebb

Monochromatic Colors of #a79abb

#a79abb

Complementary Color

#a79abb #aebb9a

#a79abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79abb Color CSS Codes

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

#a79abb Text Font Color

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

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


#a79abb Background Color

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

This div background color is #a79abb


#a79abb Border Color

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

This div border color is #a79abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,154,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79abb


Comments

No comments written yet.

Please login to write comment.