Color Hex Logo

#ac37ed Color Hex

#AC37ED
(172,55,237)
0 Favorites   0 Comments

Color spaces of #ac37ed

RGB 17255237
HSL0.770.830.57
HSV279°77°93°
CMYK 0.270.770.00   0.07
XYZ33.665517.617581.7469
Yxy17.61750.25310.1324
Hunter Lab41.973269.7166-86.0918
CIE-Lab49.028973.4715-69.6561

#ac37ed color RGB value is (172,55,237).

#ac37ed hex color red value is 172, green value is 55 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac37ed hue: 0.77 , saturation: 0.83 and the lightness value of ac37ed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 11101101
Octal 254 67 355
Decimal 172 55 237
Hex AC 37 ED

RGB Percentages of Color #ac37ed

%37.07
%11.85
%51.08

CMYK Percentages of Color #ac37ed

%27
%77
%0
%7

Triadic Colors of #ac37ed

#ac37ed #edac37 #37edac

Analogous Colors of #ac37ed

#ac37ed #ed37d3 #5137ed

Monochromatic Colors of #ac37ed

#ac37ed

Complementary Color

#ac37ed #78ed37

#ac37ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac37ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac37ed Color CSS Codes

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

#ac37ed Text Font Color

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

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


#ac37ed Background Color

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

This div background color is #ac37ed


#ac37ed Border Color

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

This div border color is #ac37ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac37ed


Comments

No comments written yet.

Please login to write comment.