Color Hex Logo

#a779bf Color Hex

#A779BF
(167,121,191)
0 Favorites   0 Comments

Color spaces of #a779bf

RGB 167121191
HSL0.780.350.61
HSV279°37°75°
CMYK 0.130.370.00   0.25
XYZ32.177725.651852.5456
Yxy25.65180.29150.2324
Hunter Lab50.647624.7722-26.0585
CIE-Lab57.705130.7839-29.7979

#a779bf color RGB value is (167,121,191).

#a779bf hex color red value is 167, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a779bf hue: 0.78 , saturation: 0.35 and the lightness value of a779bf is 0.61.

The process color (four color CMYK) of #a779bf color hex is 0.13, 0.37, 0.00, 0.25. Web safe color of #a779bf is #9966cc. Color #a779bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 10111111
Octal 247 171 277
Decimal 167 121 191
Hex A7 79 BF

RGB Percentages of Color #a779bf

%34.86
%25.26
%39.87

CMYK Percentages of Color #a779bf

%13
%37
%0
%25

Triadic Colors of #a779bf

#a779bf #bfa779 #79bfa7

Analogous Colors of #a779bf

#a779bf #bf79b4 #8479bf

Monochromatic Colors of #a779bf

#a779bf

Complementary Color

#a779bf #91bf79

#a779bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779bf Color CSS Codes

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

#a779bf Text Font Color

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

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


#a779bf Background Color

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

This div background color is #a779bf


#a779bf Border Color

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

This div border color is #a779bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779bf


Comments

No comments written yet.

Please login to write comment.