Color Hex Logo

#ac85fa Color Hex

#AC85FA
(172,133,250)
0 Favorites   0 Comments

Color spaces of #ac85fa

RGB 172133250
HSL0.720.920.75
HSV260°47°98°
CMYK 0.310.470.00   0.02
XYZ42.656132.447894.4573
Yxy32.44780.25160.1914
Hunter Lab56.963033.9826-58.4420
CIE-Lab63.711339.2278-53.3126

#ac85fa color RGB value is (172,133,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 11111010
Octal 254 205 372
Decimal 172 133 250
Hex AC 85 FA

RGB Percentages of Color #ac85fa

%30.99
%23.96
%45.05

CMYK Percentages of Color #ac85fa

%31
%47
%0
%2

Triadic Colors of #ac85fa

#ac85fa #faac85 #85faac

Analogous Colors of #ac85fa

#ac85fa #e785fa #8599fa

Monochromatic Colors of #ac85fa

#ac85fa

Complementary Color

#ac85fa #d3fa85

#ac85fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac85fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac85fa Color CSS Codes

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

#ac85fa Text Font Color

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

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


#ac85fa Background Color

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

This div background color is #ac85fa


#ac85fa Border Color

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

This div border color is #ac85fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac85fa


Comments

No comments written yet.

Please login to write comment.