Color Hex Logo

#ac37ff Color Hex

#AC37FF
(172,55,255)
0 Favorites   0 Comments

Color spaces of #ac37ff

RGB 17255255
HSL0.761.000.61
HSV275°78°100°
CMYK 0.330.780.00   0.00
XYZ36.429418.723096.3016
Yxy18.72300.24050.1236
Hunter Lab43.270174.5578-101.6664
CIE-Lab50.361577.1550-77.5629

#ac37ff color RGB value is (172,55,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 11111111
Octal 254 67 377
Decimal 172 55 255
Hex AC 37 FF

RGB Percentages of Color #ac37ff

%35.68
%11.41
%52.90

CMYK Percentages of Color #ac37ff

%33
%78
%0
%0

Triadic Colors of #ac37ff

#ac37ff #ffac37 #37ffac

Analogous Colors of #ac37ff

#ac37ff #ff37ee #4837ff

Monochromatic Colors of #ac37ff

#ac37ff

Complementary Color

#ac37ff #8aff37

#ac37ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac37ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac37ff Color CSS Codes

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

#ac37ff Text Font Color

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

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


#ac37ff Background Color

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

This div background color is #ac37ff


#ac37ff Border Color

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

This div border color is #ac37ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac37ff

Related Colors


Comments

No comments written yet.

Please login to write comment.