Color Hex Logo

#ac18bb Color Hex

#AC18BB
(172,24,187)
0 Favorites   0 Comments

Color spaces of #ac18bb

RGB 17224187
HSL0.820.770.41
HSV294°87°73°
CMYK 0.080.870.00   0.27
XYZ26.309513.011848.1386
Yxy13.01180.30080.1488
Hunter Lab36.071967.0656-53.8733
CIE-Lab42.781072.4913-51.0146

#ac18bb color RGB value is (172,24,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011000 10111011
Octal 254 30 273
Decimal 172 24 187
Hex AC 18 BB

RGB Percentages of Color #ac18bb

%44.91
%6.27
%48.83

CMYK Percentages of Color #ac18bb

%8
%87
%0
%27

Triadic Colors of #ac18bb

#ac18bb #bbac18 #18bbac

Analogous Colors of #ac18bb

#ac18bb #bb1879 #5b18bb

Monochromatic Colors of #ac18bb

#ac18bb

Complementary Color

#ac18bb #27bb18

#ac18bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac18bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac18bb Color CSS Codes

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

#ac18bb Text Font Color

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

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


#ac18bb Background Color

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

This div background color is #ac18bb


#ac18bb Border Color

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

This div border color is #ac18bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,24,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 #ac18bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac18bb


Comments

No comments written yet.

Please login to write comment.