Color Hex Logo

#a79eee Color Hex

#A79EEE
(167,158,238)
0 Favorites   0 Comments

Color spaces of #a79eee

RGB 167158238
HSL0.690.700.78
HSV247°34°93°
CMYK 0.300.340.00   0.07
XYZ43.595838.842386.0885
Yxy38.84230.25870.2305
Hunter Lab62.323615.7957-38.2716
CIE-Lab68.636920.7874-39.0119

#a79eee color RGB value is (167,158,238).

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

The process color (four color CMYK) of #a79eee color hex is 0.30, 0.34, 0.00, 0.07. Web safe color of #a79eee is #9999ff. Color #a79eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 11101110
Octal 247 236 356
Decimal 167 158 238
Hex A7 9E EE

RGB Percentages of Color #a79eee

%29.66
%28.06
%42.27

CMYK Percentages of Color #a79eee

%30
%34
%0
%7

Triadic Colors of #a79eee

#a79eee #eea79e #9eeea7

Analogous Colors of #a79eee

#a79eee #cf9eee #9ebdee

Monochromatic Colors of #a79eee

#a79eee

Complementary Color

#a79eee #e5ee9e

#a79eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79eee Color CSS Codes

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

#a79eee Text Font Color

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

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


#a79eee Background Color

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

This div background color is #a79eee


#a79eee Border Color

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

This div border color is #a79eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79eee


Comments

No comments written yet.

Please login to write comment.