Color Hex Logo

#ac79bc Color Hex

#AC79BC
(172,121,188)
0 Favorites   0 Comments

Color spaces of #ac79bc

RGB 172121188
HSL0.790.330.61
HSV286°36°74°
CMYK 0.090.360.00   0.26
XYZ32.927726.076250.8747
Yxy26.07620.29970.2373
Hunter Lab51.064925.7371-23.3238
CIE-Lab58.109331.7281-27.4202

#ac79bc color RGB value is (172,121,188).

#ac79bc hex color red value is 172, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac79bc hue: 0.79 , saturation: 0.33 and the lightness value of ac79bc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111001 10111100
Octal 254 171 274
Decimal 172 121 188
Hex AC 79 BC

RGB Percentages of Color #ac79bc

%35.76
%25.16
%39.09

CMYK Percentages of Color #ac79bc

%9
%36
%0
%26

Triadic Colors of #ac79bc

#ac79bc #bcac79 #79bcac

Analogous Colors of #ac79bc

#ac79bc #bc79ab #8b79bc

Monochromatic Colors of #ac79bc

#ac79bc

Complementary Color

#ac79bc #89bc79

#ac79bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac79bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac79bc Color CSS Codes

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

#ac79bc Text Font Color

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

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


#ac79bc Background Color

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

This div background color is #ac79bc


#ac79bc Border Color

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

This div border color is #ac79bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac79bc


Comments

No comments written yet.

Please login to write comment.