Color Hex Logo

#ac7cba Color Hex

#AC7CBA
(172,124,186)
0 Favorites   0 Comments

Color spaces of #ac7cba

RGB 172124186
HSL0.800.310.61
HSV286°33°73°
CMYK 0.080.330.00   0.27
XYZ33.083826.731149.8703
Yxy26.73110.30160.2437
Hunter Lab51.702123.7421-20.9978
CIE-Lab58.724629.6301-25.3312

#ac7cba color RGB value is (172,124,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111100 10111010
Octal 254 174 272
Decimal 172 124 186
Hex AC 7C BA

RGB Percentages of Color #ac7cba

%35.68
%25.73
%38.59

CMYK Percentages of Color #ac7cba

%8
%33
%0
%27

Triadic Colors of #ac7cba

#ac7cba #baac7c #7cbaac

Analogous Colors of #ac7cba

#ac7cba #ba7ca9 #8d7cba

Monochromatic Colors of #ac7cba

#ac7cba

Complementary Color

#ac7cba #8aba7c

#ac7cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7cba Color CSS Codes

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

#ac7cba Text Font Color

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

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


#ac7cba Background Color

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

This div background color is #ac7cba


#ac7cba Border Color

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

This div border color is #ac7cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7cba


Comments

No comments written yet.

Please login to write comment.