Color Hex Logo

#ac6fbf Color Hex

#AC6FBF
(172,111,191)
0 Favorites   0 Comments

Color spaces of #ac6fbf

RGB 172111191
HSL0.790.380.59
HSV286°42°75°
CMYK 0.100.420.00   0.25
XYZ32.101723.901152.2116
Yxy23.90110.29660.2209
Hunter Lab48.888831.6527-29.0977
CIE-Lab55.988637.9077-32.4242

#ac6fbf color RGB value is (172,111,191).

#ac6fbf hex color red value is 172, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac6fbf hue: 0.79 , saturation: 0.38 and the lightness value of ac6fbf is 0.59.

The process color (four color CMYK) of #ac6fbf color hex is 0.10, 0.42, 0.00, 0.25. Web safe color of #ac6fbf is #9966cc. Color #ac6fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101111 10111111
Octal 254 157 277
Decimal 172 111 191
Hex AC 6F BF

RGB Percentages of Color #ac6fbf

%36.29
%23.42
%40.30

CMYK Percentages of Color #ac6fbf

%10
%42
%0
%25

Triadic Colors of #ac6fbf

#ac6fbf #bfac6f #6fbfac

Analogous Colors of #ac6fbf

#ac6fbf #bf6faa #846fbf

Monochromatic Colors of #ac6fbf

#ac6fbf

Complementary Color

#ac6fbf #82bf6f

#ac6fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6fbf Color CSS Codes

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

#ac6fbf Text Font Color

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

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


#ac6fbf Background Color

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

This div background color is #ac6fbf


#ac6fbf Border Color

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

This div border color is #ac6fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6fbf


Comments

No comments written yet.

Please login to write comment.