Color Hex Logo

#ac39ec Color Hex

#AC39EC
(172,57,236)
0 Favorites   0 Comments

Color spaces of #ac39ec

RGB 17257236
HSL0.770.820.57
HSV279°76°93°
CMYK 0.270.760.00   0.07
XYZ33.616717.753081.0118
Yxy17.75300.25390.1341
Hunter Lab42.134368.6805-84.5031
CIE-Lab49.195172.5837-68.8229

#ac39ec color RGB value is (172,57,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 11101100
Octal 254 71 354
Decimal 172 57 236
Hex AC 39 EC

RGB Percentages of Color #ac39ec

%36.99
%12.26
%50.75

CMYK Percentages of Color #ac39ec

%27
%76
%0
%7

Triadic Colors of #ac39ec

#ac39ec #ecac39 #39ecac

Analogous Colors of #ac39ec

#ac39ec #ec39d3 #5339ec

Monochromatic Colors of #ac39ec

#ac39ec

Complementary Color

#ac39ec #79ec39

#ac39ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39ec Color CSS Codes

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

#ac39ec Text Font Color

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

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


#ac39ec Background Color

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

This div background color is #ac39ec


#ac39ec Border Color

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

This div border color is #ac39ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39ec


Comments

No comments written yet.

Please login to write comment.