Color Hex Logo

#ac35fc Color Hex

#AC35FC
(172,53,252)
0 Favorites   0 Comments

Color spaces of #ac35fc

RGB 17253252
HSL0.770.970.60
HSV276°79°99°
CMYK 0.320.790.00   0.01
XYZ35.857018.345193.7465
Yxy18.34510.24240.1240
Hunter Lab42.831274.4804-99.7888
CIE-Lab49.912077.1802-76.6248

#ac35fc color RGB value is (172,53,252).

#ac35fc hex color red value is 172, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ac35fc hue: 0.77 , saturation: 0.97 and the lightness value of ac35fc is 0.60.

The process color (four color CMYK) of #ac35fc color hex is 0.32, 0.79, 0.00, 0.01. Web safe color of #ac35fc is #9933ff. Color #ac35fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 11111100
Octal 254 65 374
Decimal 172 53 252
Hex AC 35 FC

RGB Percentages of Color #ac35fc

%36.06
%11.11
%52.83

CMYK Percentages of Color #ac35fc

%32
%79
%0
%1

Triadic Colors of #ac35fc

#ac35fc #fcac35 #35fcac

Analogous Colors of #ac35fc

#ac35fc #fc35e9 #4935fc

Monochromatic Colors of #ac35fc

#ac35fc

Complementary Color

#ac35fc #85fc35

#ac35fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac35fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac35fc Color CSS Codes

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

#ac35fc Text Font Color

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

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


#ac35fc Background Color

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

This div background color is #ac35fc


#ac35fc Border Color

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

This div border color is #ac35fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac35fc


Comments

No comments written yet.

Please login to write comment.