Color Hex Logo

#ac84fa Color Hex

#AC84FA
(172,132,250)
0 Favorites   0 Comments

Color spaces of #ac84fa

RGB 172132250
HSL0.720.920.75
HSV260°47°98°
CMYK 0.310.470.00   0.02
XYZ42.519832.175394.4119
Yxy32.17530.25140.1903
Hunter Lab56.723334.5380-58.9777
CIE-Lab63.487539.7841-53.6679

#ac84fa color RGB value is (172,132,250).

#ac84fa hex color red value is 172, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ac84fa hue: 0.72 , saturation: 0.92 and the lightness value of ac84fa is 0.75.

The process color (four color CMYK) of #ac84fa color hex is 0.31, 0.47, 0.00, 0.02. Web safe color of #ac84fa is #9999ff. Color #ac84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 11111010
Octal 254 204 372
Decimal 172 132 250
Hex AC 84 FA

RGB Percentages of Color #ac84fa

%31.05
%23.83
%45.13

CMYK Percentages of Color #ac84fa

%31
%47
%0
%2

Triadic Colors of #ac84fa

#ac84fa #faac84 #84faac

Analogous Colors of #ac84fa

#ac84fa #e784fa #8497fa

Monochromatic Colors of #ac84fa

#ac84fa

Complementary Color

#ac84fa #d2fa84

#ac84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac84fa Color CSS Codes

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

#ac84fa Text Font Color

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

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


#ac84fa Background Color

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

This div background color is #ac84fa


#ac84fa Border Color

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

This div border color is #ac84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac84fa


Comments

No comments written yet.

Please login to write comment.