Color Hex Logo

#ac96f0 Color Hex

#AC96F0
(172,150,240)
0 Favorites   0 Comments

Color spaces of #ac96f0

RGB 172150240
HSL0.710.750.76
HSV255°38°94°
CMYK 0.280.380.00   0.06
XYZ43.647836.874687.2551
Yxy36.87460.26020.2198
Hunter Lab60.724522.0352-42.6868
CIE-Lab67.182827.2080-42.3504

#ac96f0 color RGB value is (172,150,240).

#ac96f0 hex color red value is 172, green value is 150 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ac96f0 hue: 0.71 , saturation: 0.75 and the lightness value of ac96f0 is 0.76.

The process color (four color CMYK) of #ac96f0 color hex is 0.28, 0.38, 0.00, 0.06. Web safe color of #ac96f0 is #9999ff. Color #ac96f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 11110000
Octal 254 226 360
Decimal 172 150 240
Hex AC 96 F0

RGB Percentages of Color #ac96f0

%30.60
%26.69
%42.70

CMYK Percentages of Color #ac96f0

%28
%38
%0
%6

Triadic Colors of #ac96f0

#ac96f0 #f0ac96 #96f0ac

Analogous Colors of #ac96f0

#ac96f0 #d996f0 #96adf0

Monochromatic Colors of #ac96f0

#ac96f0

Complementary Color

#ac96f0 #daf096

#ac96f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac96f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac96f0 Color CSS Codes

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

#ac96f0 Text Font Color

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

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


#ac96f0 Background Color

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

This div background color is #ac96f0


#ac96f0 Border Color

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

This div border color is #ac96f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac96f0


Comments

No comments written yet.

Please login to write comment.