Color Hex Logo

#a79ebb Color Hex

#A79EBB
(167,158,187)
0 Favorites   0 Comments

Color spaces of #a79ebb

RGB 167158187
HSL0.720.180.68
HSV259°16°73°
CMYK 0.110.160.00   0.27
XYZ37.132936.257152.0549
Yxy36.25710.29600.2890
Hunter Lab60.21394.7037-9.1065
CIE-Lab66.71598.9851-13.7721

#a79ebb color RGB value is (167,158,187).

#a79ebb hex color red value is 167, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a79ebb hue: 0.72 , saturation: 0.18 and the lightness value of a79ebb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 10111011
Octal 247 236 273
Decimal 167 158 187
Hex A7 9E BB

RGB Percentages of Color #a79ebb

%32.62
%30.86
%36.52

CMYK Percentages of Color #a79ebb

%11
%16
%0
%27

Triadic Colors of #a79ebb

#a79ebb #bba79e #9ebba7

Analogous Colors of #a79ebb

#a79ebb #b69ebb #9ea4bb

Monochromatic Colors of #a79ebb

#a79ebb

Complementary Color

#a79ebb #b2bb9e

#a79ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79ebb Color CSS Codes

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

#a79ebb Text Font Color

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

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


#a79ebb Background Color

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

This div background color is #a79ebb


#a79ebb Border Color

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

This div border color is #a79ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79ebb


Comments

No comments written yet.

Please login to write comment.