Color Hex Logo

#ac33ff Color Hex

#AC33FF
(172,51,255)
0 Favorites   0 Comments

Color spaces of #ac33ff

RGB 17251255
HSL0.771.000.60
HSV276°80°100°
CMYK 0.330.800.00   0.00
XYZ36.247118.358396.2408
Yxy18.35830.24030.1217
Hunter Lab42.846676.0248-103.1829
CIE-Lab49.927878.4176-78.2702

#ac33ff color RGB value is (172,51,255).

#ac33ff hex color red value is 172, green value is 51 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ac33ff hue: 0.77 , saturation: 1.00 and the lightness value of ac33ff is 0.60.

The process color (four color CMYK) of #ac33ff color hex is 0.33, 0.80, 0.00, 0.00. Web safe color of #ac33ff is #9933ff. Color #ac33ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 11111111
Octal 254 63 377
Decimal 172 51 255
Hex AC 33 FF

RGB Percentages of Color #ac33ff

%35.98
%10.67
%53.35

CMYK Percentages of Color #ac33ff

%33
%80
%0
%0

Triadic Colors of #ac33ff

#ac33ff #ffac33 #33ffac

Analogous Colors of #ac33ff

#ac33ff #ff33ec #4633ff

Monochromatic Colors of #ac33ff

#ac33ff

Complementary Color

#ac33ff #86ff33

#ac33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac33ff Color CSS Codes

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

#ac33ff Text Font Color

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

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


#ac33ff Background Color

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

This div background color is #ac33ff


#ac33ff Border Color

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

This div border color is #ac33ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac33ff


Comments

No comments written yet.

Please login to write comment.