Color Hex Logo

#a79edf Color Hex

#A79EDF
(167,158,223)
0 Favorites   0 Comments

Color spaces of #a79edf

RGB 167158223
HSL0.690.500.75
HSV248°29°87°
CMYK 0.250.290.00   0.13
XYZ41.482537.996974.9598
Yxy37.99690.26860.2460
Hunter Lab61.641612.2510-28.9509
CIE-Lab68.018317.1194-31.7389

#a79edf color RGB value is (167,158,223).

#a79edf hex color red value is 167, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a79edf hue: 0.69 , saturation: 0.50 and the lightness value of a79edf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 11011111
Octal 247 236 337
Decimal 167 158 223
Hex A7 9E DF

RGB Percentages of Color #a79edf

%30.47
%28.83
%40.69

CMYK Percentages of Color #a79edf

%25
%29
%0
%13

Triadic Colors of #a79edf

#a79edf #dfa79e #9edfa7

Analogous Colors of #a79edf

#a79edf #c89edf #9eb6df

Monochromatic Colors of #a79edf

#a79edf

Complementary Color

#a79edf #d6df9e

#a79edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79edf Color CSS Codes

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

#a79edf Text Font Color

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

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


#a79edf Background Color

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

This div background color is #a79edf


#a79edf Border Color

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

This div border color is #a79edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79edf


Comments

No comments written yet.

Please login to write comment.