Color Hex Logo

#ac55bc Color Hex

#AC55BC
(172,85,188)
0 Favorites   0 Comments

Color spaces of #ac55bc

RGB 17285188
HSL0.810.430.54
HSV291°55°74°
CMYK 0.090.550.00   0.26
XYZ29.338918.898549.6784
Yxy18.89850.29960.1930
Hunter Lab43.472444.3904-37.3234
CIE-Lab50.568250.9811-39.1959

#ac55bc color RGB value is (172,85,188).

#ac55bc hex color red value is 172, green value is 85 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac55bc hue: 0.81 , saturation: 0.43 and the lightness value of ac55bc is 0.54.

The process color (four color CMYK) of #ac55bc color hex is 0.09, 0.55, 0.00, 0.26. Web safe color of #ac55bc is #9966cc. Color #ac55bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010101 10111100
Octal 254 125 274
Decimal 172 85 188
Hex AC 55 BC

RGB Percentages of Color #ac55bc

%38.65
%19.10
%42.25

CMYK Percentages of Color #ac55bc

%9
%55
%0
%26

Triadic Colors of #ac55bc

#ac55bc #bcac55 #55bcac

Analogous Colors of #ac55bc

#ac55bc #bc5599 #7955bc

Monochromatic Colors of #ac55bc

#ac55bc

Complementary Color

#ac55bc #65bc55

#ac55bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac55bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac55bc Color CSS Codes

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

#ac55bc Text Font Color

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

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


#ac55bc Background Color

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

This div background color is #ac55bc


#ac55bc Border Color

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

This div border color is #ac55bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac55bc


Comments

No comments written yet.

Please login to write comment.