Color Hex Logo

#ac8bec Color Hex

#AC8BEC
(172,139,236)
0 Favorites   0 Comments

Color spaces of #ac8bec

RGB 172139236
HSL0.720.720.74
HSV260°41°93°
CMYK 0.270.410.00   0.07
XYZ41.386233.292083.6016
Yxy33.29200.26150.2103
Hunter Lab57.699227.0599-45.5171
CIE-Lab64.396632.4364-44.5244

#ac8bec color RGB value is (172,139,236).

#ac8bec hex color red value is 172, green value is 139 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ac8bec hue: 0.72 , saturation: 0.72 and the lightness value of ac8bec is 0.74.

The process color (four color CMYK) of #ac8bec color hex is 0.27, 0.41, 0.00, 0.07. Web safe color of #ac8bec is #9999ff. Color #ac8bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001011 11101100
Octal 254 213 354
Decimal 172 139 236
Hex AC 8B EC

RGB Percentages of Color #ac8bec

%31.44
%25.41
%43.14

CMYK Percentages of Color #ac8bec

%27
%41
%0
%7

Triadic Colors of #ac8bec

#ac8bec #ecac8b #8becac

Analogous Colors of #ac8bec

#ac8bec #dd8bec #8b9bec

Monochromatic Colors of #ac8bec

#ac8bec

Complementary Color

#ac8bec #cbec8b

#ac8bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8bec Color CSS Codes

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

#ac8bec Text Font Color

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

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


#ac8bec Background Color

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

This div background color is #ac8bec


#ac8bec Border Color

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

This div border color is #ac8bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8bec


Comments

No comments written yet.

Please login to write comment.