Color Hex Logo

#a777bf Color Hex

#A777BF
(167,119,191)
0 Favorites   0 Comments

Color spaces of #a777bf

RGB 167119191
HSL0.780.360.61
HSV280°38°75°
CMYK 0.130.380.00   0.25
XYZ31.937125.170752.4654
Yxy25.17070.29150.2297
Hunter Lab50.170425.8300-26.8829
CIE-Lab57.241431.9119-30.5175

#a777bf color RGB value is (167,119,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 10111111
Octal 247 167 277
Decimal 167 119 191
Hex A7 77 BF

RGB Percentages of Color #a777bf

%35.01
%24.95
%40.04

CMYK Percentages of Color #a777bf

%13
%38
%0
%25

Triadic Colors of #a777bf

#a777bf #bfa777 #77bfa7

Analogous Colors of #a777bf

#a777bf #bf77b3 #8377bf

Monochromatic Colors of #a777bf

#a777bf

Complementary Color

#a777bf #8fbf77

#a777bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777bf Color CSS Codes

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

#a777bf Text Font Color

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

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


#a777bf Background Color

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

This div background color is #a777bf


#a777bf Border Color

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

This div border color is #a777bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777bf


Comments

No comments written yet.

Please login to write comment.