Color Hex Logo

#ac8ccb Color Hex

#AC8CCB
(172,140,203)
0 Favorites   0 Comments

Color spaces of #ac8ccb

RGB 172140203
HSL0.750.380.67
HSV270°31°80°
CMYK 0.150.310.00   0.20
XYZ37.170831.838660.6863
Yxy31.83860.28660.2455
Hunter Lab56.425718.8431-24.2689
CIE-Lab63.209324.2242-28.0236

#ac8ccb color RGB value is (172,140,203).

#ac8ccb hex color red value is 172, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac8ccb hue: 0.75 , saturation: 0.38 and the lightness value of ac8ccb is 0.67.

The process color (four color CMYK) of #ac8ccb color hex is 0.15, 0.31, 0.00, 0.20. Web safe color of #ac8ccb is #9999cc. Color #ac8ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001100 11001011
Octal 254 214 313
Decimal 172 140 203
Hex AC 8C CB

RGB Percentages of Color #ac8ccb

%33.40
%27.18
%39.42

CMYK Percentages of Color #ac8ccb

%15
%31
%0
%20

Triadic Colors of #ac8ccb

#ac8ccb #cbac8c #8ccbac

Analogous Colors of #ac8ccb

#ac8ccb #cb8ccb #8d8ccb

Monochromatic Colors of #ac8ccb

#ac8ccb

Complementary Color

#ac8ccb #abcb8c

#ac8ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8ccb Color CSS Codes

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

#ac8ccb Text Font Color

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

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


#ac8ccb Background Color

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

This div background color is #ac8ccb


#ac8ccb Border Color

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

This div border color is #ac8ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8ccb

#ac8ccb Color Palettes


Comments

No comments written yet.

Please login to write comment.