Color Hex Logo

#ac68ba Color Hex

#AC68BA
(172,104,186)
0 Favorites   0 Comments

Color spaces of #ac68ba

RGB 172104186
HSL0.800.370.57
HSV290°44°73°
CMYK 0.080.440.00   0.27
XYZ30.826522.216549.1178
Yxy22.21650.30170.2175
Hunter Lab47.134434.2562-28.7909
CIE-Lab54.256040.7030-32.2564

#ac68ba color RGB value is (172,104,186).

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

The process color (four color CMYK) of #ac68ba color hex is 0.08, 0.44, 0.00, 0.27. Web safe color of #ac68ba is #9966cc. Color #ac68ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 10111010
Octal 254 150 272
Decimal 172 104 186
Hex AC 68 BA

RGB Percentages of Color #ac68ba

%37.23
%22.51
%40.26

CMYK Percentages of Color #ac68ba

%8
%44
%0
%27

Triadic Colors of #ac68ba

#ac68ba #baac68 #68baac

Analogous Colors of #ac68ba

#ac68ba #ba689f #8368ba

Monochromatic Colors of #ac68ba

#ac68ba

Complementary Color

#ac68ba #76ba68

#ac68ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac68ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac68ba Color CSS Codes

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

#ac68ba Text Font Color

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

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


#ac68ba Background Color

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

This div background color is #ac68ba


#ac68ba Border Color

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

This div border color is #ac68ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac68ba


Comments

No comments written yet.

Please login to write comment.