Color Hex Logo

#ac68bf Color Hex

#AC68BF
(172,104,191)
0 Favorites   0 Comments

Color spaces of #ac68bf

RGB 172104191
HSL0.800.400.58
HSV287°46°75°
CMYK 0.100.460.00   0.25
XYZ31.367522.432951.9669
Yxy22.43290.29660.2121
Hunter Lab47.363435.3299-31.8984
CIE-Lab54.483341.7210-34.7746

#ac68bf color RGB value is (172,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 10111111
Octal 254 150 277
Decimal 172 104 191
Hex AC 68 BF

RGB Percentages of Color #ac68bf

%36.83
%22.27
%40.90

CMYK Percentages of Color #ac68bf

%10
%46
%0
%25

Triadic Colors of #ac68bf

#ac68bf #bfac68 #68bfac

Analogous Colors of #ac68bf

#ac68bf #bf68a7 #8168bf

Monochromatic Colors of #ac68bf

#ac68bf

Complementary Color

#ac68bf #7bbf68

#ac68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac68bf Color CSS Codes

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

#ac68bf Text Font Color

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

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


#ac68bf Background Color

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

This div background color is #ac68bf


#ac68bf Border Color

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

This div border color is #ac68bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac68bf


Comments

No comments written yet.

Please login to write comment.