Color Hex Logo

#a79edd Color Hex

#A79EDD
(167,158,221)
0 Favorites   0 Comments

Color spaces of #a79edd

RGB 167158221
HSL0.690.480.74
HSV249°29°87°
CMYK 0.240.290.00   0.13
XYZ41.214437.889773.5478
Yxy37.88970.27000.2482
Hunter Lab61.554611.7956-27.7537
CIE-Lab67.939216.6415-30.7594

#a79edd color RGB value is (167,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 11011101
Octal 247 236 335
Decimal 167 158 221
Hex A7 9E DD

RGB Percentages of Color #a79edd

%30.59
%28.94
%40.48

CMYK Percentages of Color #a79edd

%24
%29
%0
%13

Triadic Colors of #a79edd

#a79edd #dda79e #9edda7

Analogous Colors of #a79edd

#a79edd #c79edd #9eb5dd

Monochromatic Colors of #a79edd

#a79edd

Complementary Color

#a79edd #d4dd9e

#a79edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79edd Color CSS Codes

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

#a79edd Text Font Color

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

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


#a79edd Background Color

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

This div background color is #a79edd


#a79edd Border Color

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

This div border color is #a79edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79edd


Comments

No comments written yet.

Please login to write comment.