Color Hex Logo

#ac94fa Color Hex

#AC94FA
(172,148,250)
0 Favorites   0 Comments

Color spaces of #ac94fa

RGB 172148250
HSL0.710.910.78
HSV254°41°98°
CMYK 0.310.410.00   0.02
XYZ44.858536.852695.1914
Yxy36.85260.25360.2083
Hunter Lab60.706325.6651-50.4760
CIE-Lab67.166330.8136-47.8486

#ac94fa color RGB value is (172,148,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 11111010
Octal 254 224 372
Decimal 172 148 250
Hex AC 94 FA

RGB Percentages of Color #ac94fa

%30.18
%25.96
%43.86

CMYK Percentages of Color #ac94fa

%31
%41
%0
%2

Triadic Colors of #ac94fa

#ac94fa #faac94 #94faac

Analogous Colors of #ac94fa

#ac94fa #df94fa #94affa

Monochromatic Colors of #ac94fa

#ac94fa

Complementary Color

#ac94fa #e2fa94

#ac94fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac94fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac94fa Color CSS Codes

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

#ac94fa Text Font Color

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

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


#ac94fa Background Color

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

This div background color is #ac94fa


#ac94fa Border Color

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

This div border color is #ac94fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac94fa

Related Colors


Comments

No comments written yet.

Please login to write comment.