Color Hex Logo

#ac39eb Color Hex

#AC39EB
(172,57,235)
0 Favorites   0 Comments

Color spaces of #ac39eb

RGB 17257235
HSL0.770.820.57
HSV279°76°92°
CMYK 0.270.760.00   0.08
XYZ33.471817.695180.2486
Yxy17.69510.25470.1347
Hunter Lab42.065568.4188-83.6619
CIE-Lab49.124272.3808-68.3743

#ac39eb color RGB value is (172,57,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 11101011
Octal 254 71 353
Decimal 172 57 235
Hex AC 39 EB

RGB Percentages of Color #ac39eb

%37.07
%12.28
%50.65

CMYK Percentages of Color #ac39eb

%27
%76
%0
%8

Triadic Colors of #ac39eb

#ac39eb #ebac39 #39ebac

Analogous Colors of #ac39eb

#ac39eb #eb39d1 #5339eb

Monochromatic Colors of #ac39eb

#ac39eb

Complementary Color

#ac39eb #78eb39

#ac39eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39eb Color CSS Codes

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

#ac39eb Text Font Color

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

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


#ac39eb Background Color

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

This div background color is #ac39eb


#ac39eb Border Color

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

This div border color is #ac39eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39eb


Comments

No comments written yet.

Please login to write comment.