Color Hex Logo

#ac77bd Color Hex

#AC77BD
(172,119,189)
0 Favorites   0 Comments

Color spaces of #ac77bd

RGB 172119189
HSL0.790.350.60
HSV285°37°74°
CMYK 0.090.370.00   0.26
XYZ32.795425.638451.3643
Yxy25.63840.29870.2335
Hunter Lab50.634427.0026-24.7006
CIE-Lab57.692233.0550-28.6355

#ac77bd color RGB value is (172,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 10111101
Octal 254 167 275
Decimal 172 119 189
Hex AC 77 BD

RGB Percentages of Color #ac77bd

%35.83
%24.79
%39.38

CMYK Percentages of Color #ac77bd

%9
%37
%0
%26

Triadic Colors of #ac77bd

#ac77bd #bdac77 #77bdac

Analogous Colors of #ac77bd

#ac77bd #bd77ab #8977bd

Monochromatic Colors of #ac77bd

#ac77bd

Complementary Color

#ac77bd #88bd77

#ac77bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac77bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac77bd Color CSS Codes

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

#ac77bd Text Font Color

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

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


#ac77bd Background Color

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

This div background color is #ac77bd


#ac77bd Border Color

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

This div border color is #ac77bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac77bd


Comments

No comments written yet.

Please login to write comment.