Color Hex Logo

#a79fee Color Hex

#A79FEE
(167,159,238)
0 Favorites   0 Comments

Color spaces of #a79fee

RGB 167159238
HSL0.680.700.78
HSV246°33°93°
CMYK 0.300.330.00   0.07
XYZ43.767139.184886.1456
Yxy39.18480.25880.2317
Hunter Lab62.597815.2575-37.7751
CIE-Lab68.884920.2226-38.6251

#a79fee color RGB value is (167,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011111 11101110
Octal 247 237 356
Decimal 167 159 238
Hex A7 9F EE

RGB Percentages of Color #a79fee

%29.61
%28.19
%42.20

CMYK Percentages of Color #a79fee

%30
%33
%0
%7

Triadic Colors of #a79fee

#a79fee #eea79f #9feea7

Analogous Colors of #a79fee

#a79fee #cf9fee #9fbfee

Monochromatic Colors of #a79fee

#a79fee

Complementary Color

#a79fee #e6ee9f

#a79fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79fee Color CSS Codes

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

#a79fee Text Font Color

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

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


#a79fee Background Color

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

This div background color is #a79fee


#a79fee Border Color

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

This div border color is #a79fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79fee


Comments

No comments written yet.

Please login to write comment.