Color Hex Logo

#a79abe Color Hex

#A79ABE
(167,154,190)
0 Favorites   0 Comments

Color spaces of #a79abe

RGB 167154190
HSL0.730.220.67
HSV262°19°75°
CMYK 0.120.190.00   0.25
XYZ36.786235.044453.5406
Yxy35.04440.29340.2795
Hunter Lab59.19837.3240-12.1847
CIE-Lab65.783211.8641-16.8541

#a79abe color RGB value is (167,154,190).

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

The process color (four color CMYK) of #a79abe color hex is 0.12, 0.19, 0.00, 0.25. Web safe color of #a79abe is #9999cc. Color #a79abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011010 10111110
Octal 247 232 276
Decimal 167 154 190
Hex A7 9A BE

RGB Percentages of Color #a79abe

%32.68
%30.14
%37.18

CMYK Percentages of Color #a79abe

%12
%19
%0
%25

Triadic Colors of #a79abe

#a79abe #bea79a #9abea7

Analogous Colors of #a79abe

#a79abe #b99abe #9a9fbe

Monochromatic Colors of #a79abe

#a79abe

Complementary Color

#a79abe #b1be9a

#a79abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79abe Color CSS Codes

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

#a79abe Text Font Color

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

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


#a79abe Background Color

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

This div background color is #a79abe


#a79abe Border Color

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

This div border color is #a79abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79abe


Comments

No comments written yet.

Please login to write comment.