Color Hex Logo

#a79df7 Color Hex

#A79DF7
(167,157,247)
0 Favorites   0 Comments

Color spaces of #a79df7

RGB 167157247
HSL0.690.850.79
HSV247°36°97°
CMYK 0.320.360.00   0.03
XYZ44.781839.044893.1718
Yxy39.04480.25300.2206
Hunter Lab62.485818.5756-44.6664
CIE-Lab68.783723.6200-43.6978

#a79df7 color RGB value is (167,157,247).

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

The process color (four color CMYK) of #a79df7 color hex is 0.32, 0.36, 0.00, 0.03. Web safe color of #a79df7 is #9999ff. Color #a79df7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 11110111
Octal 247 235 367
Decimal 167 157 247
Hex A7 9D F7

RGB Percentages of Color #a79df7

%29.25
%27.50
%43.26

CMYK Percentages of Color #a79df7

%32
%36
%0
%3

Triadic Colors of #a79df7

#a79df7 #f7a79d #9df7a7

Analogous Colors of #a79df7

#a79df7 #d49df7 #9dc0f7

Monochromatic Colors of #a79df7

#a79df7

Complementary Color

#a79df7 #edf79d

#a79df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79df7 Color CSS Codes

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

#a79df7 Text Font Color

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

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


#a79df7 Background Color

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

This div background color is #a79df7


#a79df7 Border Color

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

This div border color is #a79df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79df7


Comments

No comments written yet.

Please login to write comment.