Color Hex Logo

#ac31ed Color Hex

#AC31ED
(172,49,237)
0 Favorites   0 Comments

Color spaces of #ac31ed

RGB 17249237
HSL0.780.840.56
HSV279°79°93°
CMYK 0.270.790.00   0.07
XYZ33.397617.081781.6576
Yxy17.08170.25270.1293
Hunter Lab41.330071.9132-88.2110
CIE-Lab48.362875.4015-70.7382

#ac31ed color RGB value is (172,49,237).

#ac31ed hex color red value is 172, green value is 49 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac31ed hue: 0.78 , saturation: 0.84 and the lightness value of ac31ed is 0.56.

The process color (four color CMYK) of #ac31ed color hex is 0.27, 0.79, 0.00, 0.07. Web safe color of #ac31ed is #9933ff. Color #ac31ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 11101101
Octal 254 61 355
Decimal 172 49 237
Hex AC 31 ED

RGB Percentages of Color #ac31ed

%37.55
%10.70
%51.75

CMYK Percentages of Color #ac31ed

%27
%79
%0
%7

Triadic Colors of #ac31ed

#ac31ed #edac31 #31edac

Analogous Colors of #ac31ed

#ac31ed #ed31d0 #4e31ed

Monochromatic Colors of #ac31ed

#ac31ed

Complementary Color

#ac31ed #72ed31

#ac31ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac31ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac31ed Color CSS Codes

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

#ac31ed Text Font Color

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

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


#ac31ed Background Color

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

This div background color is #ac31ed


#ac31ed Border Color

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

This div border color is #ac31ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac31ed


Comments

No comments written yet.

Please login to write comment.