Color Hex Logo

#ac37fe Color Hex

#AC37FE
(172,55,254)
0 Favorites   0 Comments

Color spaces of #ac37fe

RGB 17255254
HSL0.760.990.61
HSV275°78°100°
CMYK 0.320.780.00   0.00
XYZ36.268818.658895.4559
Yxy18.65880.24120.1241
Hunter Lab43.195874.2824-100.7844
CIE-Lab50.285676.9478-77.1302

#ac37fe color RGB value is (172,55,254).

#ac37fe hex color red value is 172, green value is 55 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ac37fe hue: 0.76 , saturation: 0.99 and the lightness value of ac37fe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 11111110
Octal 254 67 376
Decimal 172 55 254
Hex AC 37 FE

RGB Percentages of Color #ac37fe

%35.76
%11.43
%52.81

CMYK Percentages of Color #ac37fe

%32
%78
%0
%0

Triadic Colors of #ac37fe

#ac37fe #feac37 #37feac

Analogous Colors of #ac37fe

#ac37fe #fe37ed #4937fe

Monochromatic Colors of #ac37fe

#ac37fe

Complementary Color

#ac37fe #89fe37

#ac37fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac37fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac37fe Color CSS Codes

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

#ac37fe Text Font Color

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

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


#ac37fe Background Color

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

This div background color is #ac37fe


#ac37fe Border Color

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

This div border color is #ac37fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac37fe


Comments

No comments written yet.

Please login to write comment.