Color Hex Logo

#ac75fc Color Hex

#AC75FC
(172,117,252)
0 Favorites   0 Comments

Color spaces of #ac75fc

RGB 172117252
HSL0.730.960.72
HSV264°54°99°
CMYK 0.320.540.00   0.01
XYZ40.945228.521595.4426
Yxy28.52150.24830.1730
Hunter Lab53.405543.3936-68.5751
CIE-Lab60.357048.4979-59.7568

#ac75fc color RGB value is (172,117,252).

#ac75fc hex color red value is 172, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ac75fc hue: 0.73 , saturation: 0.96 and the lightness value of ac75fc is 0.72.

The process color (four color CMYK) of #ac75fc color hex is 0.32, 0.54, 0.00, 0.01. Web safe color of #ac75fc is #9966ff. Color #ac75fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 11111100
Octal 254 165 374
Decimal 172 117 252
Hex AC 75 FC

RGB Percentages of Color #ac75fc

%31.79
%21.63
%46.58

CMYK Percentages of Color #ac75fc

%32
%54
%0
%1

Triadic Colors of #ac75fc

#ac75fc #fcac75 #75fcac

Analogous Colors of #ac75fc

#ac75fc #f075fc #7582fc

Monochromatic Colors of #ac75fc

#ac75fc

Complementary Color

#ac75fc #c5fc75

#ac75fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac75fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac75fc Color CSS Codes

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

#ac75fc Text Font Color

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

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


#ac75fc Background Color

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

This div background color is #ac75fc


#ac75fc Border Color

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

This div border color is #ac75fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac75fc

Related Colors


Comments

No comments written yet.

Please login to write comment.