Color Hex Logo

#a79dee Color Hex

#A79DEE
(167,157,238)
0 Favorites   0 Comments

Color spaces of #a79dee

RGB 167157238
HSL0.690.700.77
HSV247°34°93°
CMYK 0.300.340.00   0.07
XYZ43.425938.502586.0318
Yxy38.50250.25850.2292
Hunter Lab62.050416.3349-38.7693
CIE-Lab68.389321.3528-39.3980

#a79dee color RGB value is (167,157,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 11101110
Octal 247 235 356
Decimal 167 157 238
Hex A7 9D EE

RGB Percentages of Color #a79dee

%29.72
%27.94
%42.35

CMYK Percentages of Color #a79dee

%30
%34
%0
%7

Triadic Colors of #a79dee

#a79dee #eea79d #9deea7

Analogous Colors of #a79dee

#a79dee #d09dee #9dbcee

Monochromatic Colors of #a79dee

#a79dee

Complementary Color

#a79dee #e4ee9d

#a79dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79dee Color CSS Codes

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

#a79dee Text Font Color

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

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


#a79dee Background Color

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

This div background color is #a79dee


#a79dee Border Color

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

This div border color is #a79dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,157,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 #a79dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79dee


Comments

No comments written yet.

Please login to write comment.