Color Hex Logo

#ac3bea Color Hex

#AC3BEA
(172,59,234)
0 Favorites   0 Comments

Color spaces of #ac3bea

RGB 17259234
HSL0.770.810.57
HSV279°75°92°
CMYK 0.260.750.00   0.08
XYZ33.428517.839179.5233
Yxy17.83910.25560.1364
Hunter Lab42.236467.3625-82.0667
CIE-Lab49.300471.4691-67.5247

#ac3bea color RGB value is (172,59,234).

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

The process color (four color CMYK) of #ac3bea color hex is 0.26, 0.75, 0.00, 0.08. Web safe color of #ac3bea is #9933ff. Color #ac3bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111011 11101010
Octal 254 73 352
Decimal 172 59 234
Hex AC 3B EA

RGB Percentages of Color #ac3bea

%36.99
%12.69
%50.32

CMYK Percentages of Color #ac3bea

%26
%75
%0
%8

Triadic Colors of #ac3bea

#ac3bea #eaac3b #3beaac

Analogous Colors of #ac3bea

#ac3bea #ea3bd1 #543bea

Monochromatic Colors of #ac3bea

#ac3bea

Complementary Color

#ac3bea #79ea3b

#ac3bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3bea Color CSS Codes

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

#ac3bea Text Font Color

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

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


#ac3bea Background Color

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

This div background color is #ac3bea


#ac3bea Border Color

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

This div border color is #ac3bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3bea


Comments

No comments written yet.

Please login to write comment.