Color Hex Logo

#a777ba Color Hex

#A777BA
(167,119,186)
0 Favorites   0 Comments

Color spaces of #a777ba

RGB 167119186
HSL0.790.330.60
HSV283°36°73°
CMYK 0.100.360.00   0.27
XYZ31.396124.954349.6163
Yxy24.95430.29630.2355
Hunter Lab49.954324.7667-23.9209
CIE-Lab57.030930.8452-27.9893

#a777ba color RGB value is (167,119,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 10111010
Octal 247 167 272
Decimal 167 119 186
Hex A7 77 BA

RGB Percentages of Color #a777ba

%35.38
%25.21
%39.41

CMYK Percentages of Color #a777ba

%10
%36
%0
%27

Triadic Colors of #a777ba

#a777ba #baa777 #77baa7

Analogous Colors of #a777ba

#a777ba #ba77ac #8677ba

Monochromatic Colors of #a777ba

#a777ba

Complementary Color

#a777ba #8aba77

#a777ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777ba Color CSS Codes

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

#a777ba Text Font Color

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

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


#a777ba Background Color

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

This div background color is #a777ba


#a777ba Border Color

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

This div border color is #a777ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777ba


Comments

No comments written yet.

Please login to write comment.