Color Hex Logo

#a77abd Color Hex

#A77ABD
(167,122,189)
0 Favorites   0 Comments

Color spaces of #a77abd

RGB 167122189
HSL0.780.340.61
HSV280°35°74°
CMYK 0.120.350.00   0.26
XYZ32.081225.808751.4348
Yxy25.80870.29340.2361
Hunter Lab50.802323.8173-24.4666
CIE-Lab57.855029.7888-28.4260

#a77abd color RGB value is (167,122,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111010 10111101
Octal 247 172 275
Decimal 167 122 189
Hex A7 7A BD

RGB Percentages of Color #a77abd

%34.94
%25.52
%39.54

CMYK Percentages of Color #a77abd

%12
%35
%0
%26

Triadic Colors of #a77abd

#a77abd #bda77a #7abda7

Analogous Colors of #a77abd

#a77abd #bd7ab2 #867abd

Monochromatic Colors of #a77abd

#a77abd

Complementary Color

#a77abd #90bd7a

#a77abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77abd Color CSS Codes

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

#a77abd Text Font Color

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

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


#a77abd Background Color

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

This div background color is #a77abd


#a77abd Border Color

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

This div border color is #a77abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77abd


Comments

No comments written yet.

Please login to write comment.