Color Hex Logo

#ac52bc Color Hex

#AC52BC
(172,82,188)
0 Favorites   0 Comments

Color spaces of #ac52bc

RGB 17282188
HSL0.810.440.53
HSV291°56°74°
CMYK 0.090.560.00   0.26
XYZ29.107718.436149.6013
Yxy18.43610.29960.1898
Hunter Lab42.937345.8671-38.4359
CIE-Lab50.020852.4507-40.0600

#ac52bc color RGB value is (172,82,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 10111100
Octal 254 122 274
Decimal 172 82 188
Hex AC 52 BC

RGB Percentages of Color #ac52bc

%38.91
%18.55
%42.53

CMYK Percentages of Color #ac52bc

%9
%56
%0
%26

Triadic Colors of #ac52bc

#ac52bc #bcac52 #52bcac

Analogous Colors of #ac52bc

#ac52bc #bc5297 #7752bc

Monochromatic Colors of #ac52bc

#ac52bc

Complementary Color

#ac52bc #62bc52

#ac52bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac52bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac52bc Color CSS Codes

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

#ac52bc Text Font Color

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

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


#ac52bc Background Color

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

This div background color is #ac52bc


#ac52bc Border Color

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

This div border color is #ac52bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac52bc


Comments

No comments written yet.

Please login to write comment.