Color Hex Logo

#ac33bc Color Hex

#AC33BC
(172,51,188)
0 Favorites   0 Comments

Color spaces of #ac33bc

RGB 17251188
HSL0.810.570.47
HSV293°73°74°
CMYK 0.090.730.00   0.26
XYZ27.274214.769148.9902
Yxy14.76910.29960.1622
Hunter Lab38.430659.4280-48.6798
CIE-Lab45.316365.4984-47.5367

#ac33bc color RGB value is (172,51,188).

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

The process color (four color CMYK) of #ac33bc color hex is 0.09, 0.73, 0.00, 0.26. Web safe color of #ac33bc is #9933cc. Color #ac33bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 10111100
Octal 254 63 274
Decimal 172 51 188
Hex AC 33 BC

RGB Percentages of Color #ac33bc

%41.85
%12.41
%45.74

CMYK Percentages of Color #ac33bc

%9
%73
%0
%26

Triadic Colors of #ac33bc

#ac33bc #bcac33 #33bcac

Analogous Colors of #ac33bc

#ac33bc #bc3388 #6833bc

Monochromatic Colors of #ac33bc

#ac33bc

Complementary Color

#ac33bc #43bc33

#ac33bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac33bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac33bc Color CSS Codes

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

#ac33bc Text Font Color

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

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


#ac33bc Background Color

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

This div background color is #ac33bc


#ac33bc Border Color

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

This div border color is #ac33bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac33bc


Comments

No comments written yet.

Please login to write comment.