Color Hex Logo

#ac53bc Color Hex

#AC53BC
(172,83,188)
0 Favorites   0 Comments

Color spaces of #ac53bc

RGB 17283188
HSL0.810.440.53
HSV291°56°74°
CMYK 0.090.560.00   0.26
XYZ29.183618.588049.6267
Yxy18.58800.29960.1908
Hunter Lab43.113845.3769-38.0669
CIE-Lab50.201751.9639-39.7745

#ac53bc color RGB value is (172,83,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 10111100
Octal 254 123 274
Decimal 172 83 188
Hex AC 53 BC

RGB Percentages of Color #ac53bc

%38.83
%18.74
%42.44

CMYK Percentages of Color #ac53bc

%9
%56
%0
%26

Triadic Colors of #ac53bc

#ac53bc #bcac53 #53bcac

Analogous Colors of #ac53bc

#ac53bc #bc5398 #7853bc

Monochromatic Colors of #ac53bc

#ac53bc

Complementary Color

#ac53bc #63bc53

#ac53bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac53bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac53bc Color CSS Codes

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

#ac53bc Text Font Color

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

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


#ac53bc Background Color

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

This div background color is #ac53bc


#ac53bc Border Color

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

This div border color is #ac53bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac53bc


Comments

No comments written yet.

Please login to write comment.