Color Hex Logo

#a79fc0 Color Hex

#A79FC0
(167,159,192)
0 Favorites   0 Comments

Color spaces of #a79fc0

RGB 167159192
HSL0.710.210.69
HSV255°17°75°
CMYK 0.130.170.00   0.25
XYZ37.848936.817554.9808
Yxy36.81750.29190.2840
Hunter Lab60.67745.1579-11.2494
CIE-Lab67.13999.4920-15.9179

#a79fc0 color RGB value is (167,159,192).

#a79fc0 hex color red value is 167, green value is 159 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a79fc0 hue: 0.71 , saturation: 0.21 and the lightness value of a79fc0 is 0.69.

The process color (four color CMYK) of #a79fc0 color hex is 0.13, 0.17, 0.00, 0.25. Web safe color of #a79fc0 is #9999cc. Color #a79fc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011111 11000000
Octal 247 237 300
Decimal 167 159 192
Hex A7 9F C0

RGB Percentages of Color #a79fc0

%32.24
%30.69
%37.07

CMYK Percentages of Color #a79fc0

%13
%17
%0
%25

Triadic Colors of #a79fc0

#a79fc0 #c0a79f #9fc0a7

Analogous Colors of #a79fc0

#a79fc0 #b89fc0 #9fa8c0

Monochromatic Colors of #a79fc0

#a79fc0

Complementary Color

#a79fc0 #b8c09f

#a79fc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79fc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79fc0 Color CSS Codes

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

#a79fc0 Text Font Color

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

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


#a79fc0 Background Color

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

This div background color is #a79fc0


#a79fc0 Border Color

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

This div border color is #a79fc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79fc0


Comments

No comments written yet.

Please login to write comment.