Color Hex Logo

#ac53ce Color Hex

#AC53CE
(172,83,206)
0 Favorites   0 Comments

Color spaces of #ac53ce

RGB 17283206
HSL0.790.560.57
HSV283°60°81°
CMYK 0.170.600.00   0.19
XYZ31.247119.413460.4928
Yxy19.41340.28110.1747
Hunter Lab44.060649.4832-50.5594
CIE-Lab51.167455.5712-48.6103

#ac53ce color RGB value is (172,83,206).

#ac53ce hex color red value is 172, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac53ce hue: 0.79 , saturation: 0.56 and the lightness value of ac53ce is 0.57.

The process color (four color CMYK) of #ac53ce color hex is 0.17, 0.60, 0.00, 0.19. Web safe color of #ac53ce is #9966cc. Color #ac53ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 11001110
Octal 254 123 316
Decimal 172 83 206
Hex AC 53 CE

RGB Percentages of Color #ac53ce

%37.31
%18.00
%44.69

CMYK Percentages of Color #ac53ce

%17
%60
%0
%19

Triadic Colors of #ac53ce

#ac53ce #ceac53 #53ceac

Analogous Colors of #ac53ce

#ac53ce #ce53b3 #6f53ce

Monochromatic Colors of #ac53ce

#ac53ce

Complementary Color

#ac53ce #75ce53

#ac53ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac53ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac53ce Color CSS Codes

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

#ac53ce Text Font Color

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

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


#ac53ce Background Color

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

This div background color is #ac53ce


#ac53ce Border Color

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

This div border color is #ac53ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac53ce


Comments

No comments written yet.

Please login to write comment.