Color Hex Logo

#ac76cb Color Hex

#AC76CB
(172,118,203)
0 Favorites   0 Comments

Color spaces of #ac76cb

RGB 172118203
HSL0.770.450.63
HSV278°42°80°
CMYK 0.150.420.00   0.20
XYZ34.271226.039359.7197
Yxy26.03930.28550.2169
Hunter Lab51.028730.5814-33.6679
CIE-Lab58.074336.5914-35.9984

#ac76cb color RGB value is (172,118,203).

#ac76cb hex color red value is 172, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac76cb hue: 0.77 , saturation: 0.45 and the lightness value of ac76cb is 0.63.

The process color (four color CMYK) of #ac76cb color hex is 0.15, 0.42, 0.00, 0.20. Web safe color of #ac76cb is #9966cc. Color #ac76cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 11001011
Octal 254 166 313
Decimal 172 118 203
Hex AC 76 CB

RGB Percentages of Color #ac76cb

%34.89
%23.94
%41.18

CMYK Percentages of Color #ac76cb

%15
%42
%0
%20

Triadic Colors of #ac76cb

#ac76cb #cbac76 #76cbac

Analogous Colors of #ac76cb

#ac76cb #cb76c0 #8276cb

Monochromatic Colors of #ac76cb

#ac76cb

Complementary Color

#ac76cb #95cb76

#ac76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac76cb Color CSS Codes

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

#ac76cb Text Font Color

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

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


#ac76cb Background Color

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

This div background color is #ac76cb


#ac76cb Border Color

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

This div border color is #ac76cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac76cb


Comments

No comments written yet.

Please login to write comment.