Color Hex Logo

#ac02fa Color Hex

#AC02FA
(172,2,250)
0 Favorites   0 Comments

Color spaces of #ac02fa

RGB 1722250
HSL0.780.980.49
HSV281°99°98°
CMYK 0.310.990.00   0.02
XYZ34.290315.716291.6687
Yxy15.71620.24200.1109
Hunter Lab39.643785.0195-109.3467
CIE-Lab46.599986.1161-80.9191

#ac02fa color RGB value is (172,2,250).

#ac02fa hex color red value is 172, green value is 2 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ac02fa hue: 0.78 , saturation: 0.98 and the lightness value of ac02fa is 0.49.

The process color (four color CMYK) of #ac02fa color hex is 0.31, 0.99, 0.00, 0.02. Web safe color of #ac02fa is #9900ff. Color #ac02fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000010 11111010
Octal 254 2 372
Decimal 172 2 250
Hex AC 2 FA

RGB Percentages of Color #ac02fa

%40.57
%0.47
%58.96

CMYK Percentages of Color #ac02fa

%31
%99
%0
%2

Triadic Colors of #ac02fa

#ac02fa #faac02 #02faac

Analogous Colors of #ac02fa

#ac02fa #fa02cc #3002fa

Monochromatic Colors of #ac02fa

#ac02fa

Complementary Color

#ac02fa #50fa02

#ac02fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac02fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac02fa Color CSS Codes

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

#ac02fa Text Font Color

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

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


#ac02fa Background Color

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

This div background color is #ac02fa


#ac02fa Border Color

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

This div border color is #ac02fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac02fa


Comments

No comments written yet.

Please login to write comment.