Color Hex Logo

#ac5bbe Color Hex

#AC5BBE
(172,91,190)
0 Favorites   0 Comments

Color spaces of #ac5bbe

RGB 17291190
HSL0.800.430.55
HSV289°52°75°
CMYK 0.090.520.00   0.25
XYZ30.048619.970550.9862
Yxy19.97050.29750.1977
Hunter Lab44.688441.8193-36.3638
CIE-Lab51.803848.3582-38.4050

#ac5bbe color RGB value is (172,91,190).

#ac5bbe hex color red value is 172, green value is 91 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac5bbe hue: 0.80 , saturation: 0.43 and the lightness value of ac5bbe is 0.55.

The process color (four color CMYK) of #ac5bbe color hex is 0.09, 0.52, 0.00, 0.25. Web safe color of #ac5bbe is #9966cc. Color #ac5bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011011 10111110
Octal 254 133 276
Decimal 172 91 190
Hex AC 5B BE

RGB Percentages of Color #ac5bbe

%37.97
%20.09
%41.94

CMYK Percentages of Color #ac5bbe

%9
%52
%0
%25

Triadic Colors of #ac5bbe

#ac5bbe #beac5b #5bbeac

Analogous Colors of #ac5bbe

#ac5bbe #be5b9f #7b5bbe

Monochromatic Colors of #ac5bbe

#ac5bbe

Complementary Color

#ac5bbe #6dbe5b

#ac5bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5bbe Color CSS Codes

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

#ac5bbe Text Font Color

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

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


#ac5bbe Background Color

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

This div background color is #ac5bbe


#ac5bbe Border Color

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

This div border color is #ac5bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5bbe


Comments

No comments written yet.

Please login to write comment.