Color Hex Logo

#a77dbd Color Hex

#A77DBD
(167,125,189)
0 Favorites   0 Comments

Color spaces of #a77dbd

RGB 167125189
HSL0.780.330.62
HSV279°34°74°
CMYK 0.120.340.00   0.26
XYZ32.455326.556851.5595
Yxy26.55680.29350.2402
Hunter Lab51.533322.2348-23.2469
CIE-Lab58.561828.0902-27.3332

#a77dbd color RGB value is (167,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111101 10111101
Octal 247 175 275
Decimal 167 125 189
Hex A7 7D BD

RGB Percentages of Color #a77dbd

%34.72
%25.99
%39.29

CMYK Percentages of Color #a77dbd

%12
%34
%0
%26

Triadic Colors of #a77dbd

#a77dbd #bda77d #7dbda7

Analogous Colors of #a77dbd

#a77dbd #bd7db3 #877dbd

Monochromatic Colors of #a77dbd

#a77dbd

Complementary Color

#a77dbd #93bd7d

#a77dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77dbd Color CSS Codes

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

#a77dbd Text Font Color

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

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


#a77dbd Background Color

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

This div background color is #a77dbd


#a77dbd Border Color

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

This div border color is #a77dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77dbd


Comments

No comments written yet.

Please login to write comment.