Color Hex Logo

#ac6abf Color Hex

#AC6ABF
(172,106,191)
0 Favorites   0 Comments

Color spaces of #ac6abf

RGB 172106191
HSL0.800.400.58
HSV287°45°75°
CMYK 0.100.450.00   0.25
XYZ31.571322.840352.0348
Yxy22.84030.29660.2146
Hunter Lab47.791534.2827-31.1001
CIE-Lab54.907540.6396-34.1114

#ac6abf color RGB value is (172,106,191).

#ac6abf hex color red value is 172, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac6abf hue: 0.80 , saturation: 0.40 and the lightness value of ac6abf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101010 10111111
Octal 254 152 277
Decimal 172 106 191
Hex AC 6A BF

RGB Percentages of Color #ac6abf

%36.67
%22.60
%40.72

CMYK Percentages of Color #ac6abf

%10
%45
%0
%25

Triadic Colors of #ac6abf

#ac6abf #bfac6a #6abfac

Analogous Colors of #ac6abf

#ac6abf #bf6aa8 #826abf

Monochromatic Colors of #ac6abf

#ac6abf

Complementary Color

#ac6abf #7dbf6a

#ac6abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6abf Color CSS Codes

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

#ac6abf Text Font Color

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

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


#ac6abf Background Color

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

This div background color is #ac6abf


#ac6abf Border Color

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

This div border color is #ac6abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6abf


Comments

No comments written yet.

Please login to write comment.