Color Hex Logo

#a777bd Color Hex

#A777BD
(167,119,189)
0 Favorites   0 Comments

Color spaces of #a777bd

RGB 167119189
HSL0.780.350.60
HSV281°37°74°
CMYK 0.120.370.00   0.26
XYZ31.718525.083351.3139
Yxy25.08330.29340.2320
Hunter Lab50.083225.4012-25.6886
CIE-Lab57.156531.4828-29.5083

#a777bd color RGB value is (167,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 10111101
Octal 247 167 275
Decimal 167 119 189
Hex A7 77 BD

RGB Percentages of Color #a777bd

%35.16
%25.05
%39.79

CMYK Percentages of Color #a777bd

%12
%37
%0
%26

Triadic Colors of #a777bd

#a777bd #bda777 #77bda7

Analogous Colors of #a777bd

#a777bd #bd77b0 #8477bd

Monochromatic Colors of #a777bd

#a777bd

Complementary Color

#a777bd #8dbd77

#a777bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777bd Color CSS Codes

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

#a777bd Text Font Color

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

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


#a777bd Background Color

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

This div background color is #a777bd


#a777bd Border Color

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

This div border color is #a777bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777bd


Comments

No comments written yet.

Please login to write comment.