Color Hex Logo

#a77fbd Color Hex

#A77FBD
(167,127,189)
0 Favorites   0 Comments

Color spaces of #a77fbd

RGB 167127189
HSL0.770.320.62
HSV279°33°74°
CMYK 0.120.330.00   0.26
XYZ32.711027.068451.6448
Yxy27.06840.29360.2429
Hunter Lab52.027321.1801-22.4350
CIE-Lab59.037626.9549-26.5988

#a77fbd color RGB value is (167,127,189).

#a77fbd hex color red value is 167, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a77fbd hue: 0.77 , saturation: 0.32 and the lightness value of a77fbd is 0.62.

The process color (four color CMYK) of #a77fbd color hex is 0.12, 0.33, 0.00, 0.26. Web safe color of #a77fbd is #9966cc. Color #a77fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 10111101
Octal 247 177 275
Decimal 167 127 189
Hex A7 7F BD

RGB Percentages of Color #a77fbd

%34.58
%26.29
%39.13

CMYK Percentages of Color #a77fbd

%12
%33
%0
%26

Triadic Colors of #a77fbd

#a77fbd #bda77f #7fbda7

Analogous Colors of #a77fbd

#a77fbd #bd7fb4 #887fbd

Monochromatic Colors of #a77fbd

#a77fbd

Complementary Color

#a77fbd #95bd7f

#a77fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77fbd Color CSS Codes

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

#a77fbd Text Font Color

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

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


#a77fbd Background Color

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

This div background color is #a77fbd


#a77fbd Border Color

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

This div border color is #a77fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77fbd


Comments

No comments written yet.

Please login to write comment.