Color Hex Logo

#ac12bb Color Hex

#AC12BB
(172,18,187)
0 Favorites   0 Comments

Color spaces of #ac12bb

RGB 17218187
HSL0.820.820.40
HSV295°90°73°
CMYK 0.080.900.00   0.27
XYZ26.199212.791148.1018
Yxy12.79110.30080.1469
Hunter Lab35.764668.1711-54.7071
CIE-Lab42.446873.4760-51.5521

#ac12bb color RGB value is (172,18,187).

#ac12bb hex color red value is 172, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac12bb hue: 0.82 , saturation: 0.82 and the lightness value of ac12bb is 0.40.

The process color (four color CMYK) of #ac12bb color hex is 0.08, 0.90, 0.00, 0.27. Web safe color of #ac12bb is #9900cc. Color #ac12bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 10111011
Octal 254 22 273
Decimal 172 18 187
Hex AC 12 BB

RGB Percentages of Color #ac12bb

%45.62
%4.77
%49.60

CMYK Percentages of Color #ac12bb

%8
%90
%0
%27

Triadic Colors of #ac12bb

#ac12bb #bbac12 #12bbac

Analogous Colors of #ac12bb

#ac12bb #bb1276 #5812bb

Monochromatic Colors of #ac12bb

#ac12bb

Complementary Color

#ac12bb #21bb12

#ac12bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac12bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac12bb Color CSS Codes

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

#ac12bb Text Font Color

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

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


#ac12bb Background Color

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

This div background color is #ac12bb


#ac12bb Border Color

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

This div border color is #ac12bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac12bb


Comments

No comments written yet.

Please login to write comment.