Color Hex Logo

#ac36c8 Color Hex

#AC36C8
(172,54,200)
0 Favorites   0 Comments

Color spaces of #ac36c8

RGB 17254200
HSL0.800.570.50
HSV288°73°78°
CMYK 0.140.730.00   0.22
XYZ28.757815.579156.1350
Yxy15.57910.28620.1551
Hunter Lab39.470460.9806-56.6933
CIE-Lab46.417466.6270-52.7531

#ac36c8 color RGB value is (172,54,200).

#ac36c8 hex color red value is 172, green value is 54 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ac36c8 hue: 0.80 , saturation: 0.57 and the lightness value of ac36c8 is 0.50.

The process color (four color CMYK) of #ac36c8 color hex is 0.14, 0.73, 0.00, 0.22. Web safe color of #ac36c8 is #9933cc. Color #ac36c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110110 11001000
Octal 254 66 310
Decimal 172 54 200
Hex AC 36 C8

RGB Percentages of Color #ac36c8

%40.38
%12.68
%46.95

CMYK Percentages of Color #ac36c8

%14
%73
%0
%22

Triadic Colors of #ac36c8

#ac36c8 #c8ac36 #36c8ac

Analogous Colors of #ac36c8

#ac36c8 #c8369b #6336c8

Monochromatic Colors of #ac36c8

#ac36c8

Complementary Color

#ac36c8 #52c836

#ac36c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac36c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac36c8 Color CSS Codes

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

#ac36c8 Text Font Color

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

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


#ac36c8 Background Color

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

This div background color is #ac36c8


#ac36c8 Border Color

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

This div border color is #ac36c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac36c8


Comments

No comments written yet.

Please login to write comment.