Color Hex Logo

#ac76db Color Hex

#AC76DB
(172,118,219)
0 Favorites   0 Comments

Color spaces of #ac76db

RGB 172118219
HSL0.760.580.66
HSV272°46°86°
CMYK 0.210.460.00   0.14
XYZ36.277926.842070.2868
Yxy26.84200.27190.2012
Hunter Lab51.809334.3231-44.1690
CIE-Lab58.827840.1583-43.8360

#ac76db color RGB value is (172,118,219).

#ac76db hex color red value is 172, green value is 118 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac76db hue: 0.76 , saturation: 0.58 and the lightness value of ac76db is 0.66.

The process color (four color CMYK) of #ac76db color hex is 0.21, 0.46, 0.00, 0.14. Web safe color of #ac76db is #9966cc. Color #ac76db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 11011011
Octal 254 166 333
Decimal 172 118 219
Hex AC 76 DB

RGB Percentages of Color #ac76db

%33.79
%23.18
%43.03

CMYK Percentages of Color #ac76db

%21
%46
%0
%14

Triadic Colors of #ac76db

#ac76db #dbac76 #76dbac

Analogous Colors of #ac76db

#ac76db #db76d8 #7a76db

Monochromatic Colors of #ac76db

#ac76db

Complementary Color

#ac76db #a5db76

#ac76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac76db Color CSS Codes

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

#ac76db Text Font Color

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

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


#ac76db Background Color

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

This div background color is #ac76db


#ac76db Border Color

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

This div border color is #ac76db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,118,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac76db


Comments

No comments written yet.

Please login to write comment.