Color Hex Logo

#a79dec Color Hex

#A79DEC
(167,157,236)
0 Favorites   0 Comments

Color spaces of #a79dec

RGB 167157236
HSL0.690.680.77
HSV248°33°93°
CMYK 0.290.330.00   0.07
XYZ43.133638.385684.4926
Yxy38.38560.25980.2312
Hunter Lab61.956115.8478-37.4874
CIE-Lab68.303920.8553-38.4361

#a79dec color RGB value is (167,157,236).

#a79dec hex color red value is 167, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a79dec hue: 0.69 , saturation: 0.68 and the lightness value of a79dec is 0.77.

The process color (four color CMYK) of #a79dec color hex is 0.29, 0.33, 0.00, 0.07. Web safe color of #a79dec is #9999ff. Color #a79dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 11101100
Octal 247 235 354
Decimal 167 157 236
Hex A7 9D EC

RGB Percentages of Color #a79dec

%29.82
%28.04
%42.14

CMYK Percentages of Color #a79dec

%29
%33
%0
%7

Triadic Colors of #a79dec

#a79dec #eca79d #9deca7

Analogous Colors of #a79dec

#a79dec #cf9dec #9dbbec

Monochromatic Colors of #a79dec

#a79dec

Complementary Color

#a79dec #e2ec9d

#a79dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79dec Color CSS Codes

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

#a79dec Text Font Color

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

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


#a79dec Background Color

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

This div background color is #a79dec


#a79dec Border Color

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

This div border color is #a79dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79dec


Comments

No comments written yet.

Please login to write comment.