Color Hex Logo

#a79ede Color Hex

#A79EDE
(167,158,222)
0 Favorites   0 Comments

Color spaces of #a79ede

RGB 167158222
HSL0.690.490.75
HSV248°29°87°
CMYK 0.250.290.00   0.13
XYZ41.348037.943174.2517
Yxy37.94310.26930.2471
Hunter Lab61.598012.0227-28.3510
CIE-Lab67.978716.8801-31.2495

#a79ede color RGB value is (167,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 11011110
Octal 247 236 336
Decimal 167 158 222
Hex A7 9E DE

RGB Percentages of Color #a79ede

%30.53
%28.88
%40.59

CMYK Percentages of Color #a79ede

%25
%29
%0
%13

Triadic Colors of #a79ede

#a79ede #dea79e #9edea7

Analogous Colors of #a79ede

#a79ede #c79ede #9eb5de

Monochromatic Colors of #a79ede

#a79ede

Complementary Color

#a79ede #d5de9e

#a79ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79ede Color CSS Codes

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

#a79ede Text Font Color

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

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


#a79ede Background Color

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

This div background color is #a79ede


#a79ede Border Color

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

This div border color is #a79ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79ede


Comments

No comments written yet.

Please login to write comment.