Color Hex Logo

#ac24ed Color Hex

#AC24ED
(172,36,237)
0 Favorites   0 Comments

Color spaces of #ac24ed

RGB 17236237
HSL0.780.850.54
HSV281°85°93°
CMYK 0.270.850.00   0.07
XYZ32.930216.146881.5018
Yxy16.14680.25220.1237
Hunter Lab40.183175.9611-92.1275
CIE-Lab47.166578.9043-72.6852

#ac24ed color RGB value is (172,36,237).

#ac24ed hex color red value is 172, green value is 36 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac24ed hue: 0.78 , saturation: 0.85 and the lightness value of ac24ed is 0.54.

The process color (four color CMYK) of #ac24ed color hex is 0.27, 0.85, 0.00, 0.07. Web safe color of #ac24ed is #9933ff. Color #ac24ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 11101101
Octal 254 44 355
Decimal 172 36 237
Hex AC 24 ED

RGB Percentages of Color #ac24ed

%38.65
%8.09
%53.26

CMYK Percentages of Color #ac24ed

%27
%85
%0
%7

Triadic Colors of #ac24ed

#ac24ed #edac24 #24edac

Analogous Colors of #ac24ed

#ac24ed #ed24ca #4824ed

Monochromatic Colors of #ac24ed

#ac24ed

Complementary Color

#ac24ed #65ed24

#ac24ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac24ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac24ed Color CSS Codes

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

#ac24ed Text Font Color

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

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


#ac24ed Background Color

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

This div background color is #ac24ed


#ac24ed Border Color

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

This div border color is #ac24ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac24ed


Comments

No comments written yet.

Please login to write comment.