Color Hex Logo

#ac19ea Color Hex

#AC19EA
(172,25,234)
0 Favorites   0 Comments

Color spaces of #ac19ea

RGB 17225234
HSL0.780.830.51
HSV282°89°92°
CMYK 0.260.890.00   0.08
XYZ32.212215.406479.1179
Yxy15.40640.25420.1216
Hunter Lab39.251077.8008-92.0347
CIE-Lab46.185980.5601-72.5879

#ac19ea color RGB value is (172,25,234).

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

The process color (four color CMYK) of #ac19ea color hex is 0.26, 0.89, 0.00, 0.08. Web safe color of #ac19ea is #9900ff. Color #ac19ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 11101010
Octal 254 31 352
Decimal 172 25 234
Hex AC 19 EA

RGB Percentages of Color #ac19ea

%39.91
%5.80
%54.29

CMYK Percentages of Color #ac19ea

%26
%89
%0
%8

Triadic Colors of #ac19ea

#ac19ea #eaac19 #19eaac

Analogous Colors of #ac19ea

#ac19ea #ea19c0 #4419ea

Monochromatic Colors of #ac19ea

#ac19ea

Complementary Color

#ac19ea #57ea19

#ac19ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac19ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac19ea Color CSS Codes

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

#ac19ea Text Font Color

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

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


#ac19ea Background Color

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

This div background color is #ac19ea


#ac19ea Border Color

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

This div border color is #ac19ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac19ea


Comments

No comments written yet.

Please login to write comment.