Color Hex Logo

#ac24ea Color Hex

#AC24EA
(172,36,234)
0 Favorites   0 Comments

Color spaces of #ac24ea

RGB 17236234
HSL0.780.830.53
HSV281°85°92°
CMYK 0.260.850.00   0.08
XYZ32.495415.972979.2123
Yxy15.97290.25450.1251
Hunter Lab39.966175.1930-89.5357
CIE-Lab46.938978.3328-71.3610

#ac24ea color RGB value is (172,36,234).

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

The process color (four color CMYK) of #ac24ea color hex is 0.26, 0.85, 0.00, 0.08. Web safe color of #ac24ea is #9933ff. Color #ac24ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 11101010
Octal 254 44 352
Decimal 172 36 234
Hex AC 24 EA

RGB Percentages of Color #ac24ea

%38.91
%8.14
%52.94

CMYK Percentages of Color #ac24ea

%26
%85
%0
%8

Triadic Colors of #ac24ea

#ac24ea #eaac24 #24eaac

Analogous Colors of #ac24ea

#ac24ea #ea24c5 #4924ea

Monochromatic Colors of #ac24ea

#ac24ea

Complementary Color

#ac24ea #62ea24

#ac24ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac24ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac24ea Color CSS Codes

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

#ac24ea Text Font Color

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

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


#ac24ea Background Color

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

This div background color is #ac24ea


#ac24ea Border Color

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

This div border color is #ac24ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac24ea


Comments

No comments written yet.

Please login to write comment.