Color Hex Logo

#ac5cbb Color Hex

#AC5CBB
(172,92,187)
0 Favorites   0 Comments

Color spaces of #ac5cbb

RGB 17292187
HSL0.810.410.55
HSV291°51°73°
CMYK 0.080.510.00   0.27
XYZ29.810020.012849.3054
Yxy20.01280.30070.2019
Hunter Lab44.735740.6576-34.0315
CIE-Lab51.851747.2481-36.5967

#ac5cbb color RGB value is (172,92,187).

#ac5cbb hex color red value is 172, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac5cbb hue: 0.81 , saturation: 0.41 and the lightness value of ac5cbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011100 10111011
Octal 254 134 273
Decimal 172 92 187
Hex AC 5C BB

RGB Percentages of Color #ac5cbb

%38.14
%20.40
%41.46

CMYK Percentages of Color #ac5cbb

%8
%51
%0
%27

Triadic Colors of #ac5cbb

#ac5cbb #bbac5c #5cbbac

Analogous Colors of #ac5cbb

#ac5cbb #bb5c9b #7d5cbb

Monochromatic Colors of #ac5cbb

#ac5cbb

Complementary Color

#ac5cbb #6bbb5c

#ac5cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5cbb Color CSS Codes

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

#ac5cbb Text Font Color

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

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


#ac5cbb Background Color

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

This div background color is #ac5cbb


#ac5cbb Border Color

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

This div border color is #ac5cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5cbb


Comments

No comments written yet.

Please login to write comment.