Color Hex Logo

#a779ff Color Hex

#A779FF
(167,121,255)
0 Favorites   0 Comments

Color spaces of #a779ff

RGB 167121255
HSL0.721.000.74
HSV261°53°100°
CMYK 0.350.530.00   0.00
XYZ40.823729.110298.0749
Yxy29.11020.24300.1733
Hunter Lab53.953940.6411-70.0070
CIE-Lab60.878845.8749-60.6009

#a779ff color RGB value is (167,121,255).

#a779ff hex color red value is 167, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a779ff hue: 0.72 , saturation: 1.00 and the lightness value of a779ff is 0.74.

The process color (four color CMYK) of #a779ff color hex is 0.35, 0.53, 0.00, 0.00. Web safe color of #a779ff is #9966ff. Color #a779ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 11111111
Octal 247 171 377
Decimal 167 121 255
Hex A7 79 FF

RGB Percentages of Color #a779ff

%30.76
%22.28
%46.96

CMYK Percentages of Color #a779ff

%35
%53
%0
%0

Triadic Colors of #a779ff

#a779ff #ffa779 #79ffa7

Analogous Colors of #a779ff

#a779ff #ea79ff #798eff

Monochromatic Colors of #a779ff

#a779ff

Complementary Color

#a779ff #d1ff79

#a779ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779ff Color CSS Codes

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

#a779ff Text Font Color

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

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


#a779ff Background Color

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

This div background color is #a779ff


#a779ff Border Color

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

This div border color is #a779ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779ff


Comments

No comments written yet.

Please login to write comment.