Color Hex Logo

#a779ba Color Hex

#A779BA
(167,121,186)
0 Favorites   0 Comments

Color spaces of #a779ba

RGB 167121186
HSL0.780.320.60
HSV282°35°73°
CMYK 0.100.350.00   0.27
XYZ31.636625.435449.6965
Yxy25.43540.29630.2382
Hunter Lab50.433523.7132-23.1201
CIE-Lab57.497229.7154-27.2681

#a779ba color RGB value is (167,121,186).

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

The process color (four color CMYK) of #a779ba color hex is 0.10, 0.35, 0.00, 0.27. Web safe color of #a779ba is #9966cc. Color #a779ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 10111010
Octal 247 171 272
Decimal 167 121 186
Hex A7 79 BA

RGB Percentages of Color #a779ba

%35.23
%25.53
%39.24

CMYK Percentages of Color #a779ba

%10
%35
%0
%27

Triadic Colors of #a779ba

#a779ba #baa779 #79baa7

Analogous Colors of #a779ba

#a779ba #ba79ad #8779ba

Monochromatic Colors of #a779ba

#a779ba

Complementary Color

#a779ba #8cba79

#a779ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779ba Color CSS Codes

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

#a779ba Text Font Color

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

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


#a779ba Background Color

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

This div background color is #a779ba


#a779ba Border Color

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

This div border color is #a779ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779ba


Comments

No comments written yet.

Please login to write comment.