Color Hex Logo

#ac27bb Color Hex

#AC27BB
(172,39,187)
0 Favorites   0 Comments

Color spaces of #ac27bb

RGB 17239187
HSL0.820.650.44
HSV294°79°73°
CMYK 0.080.790.00   0.27
XYZ26.708413.809648.2715
Yxy13.80960.30080.1555
Hunter Lab37.161363.2586-51.0032
CIE-Lab43.958669.0540-49.1244

#ac27bb color RGB value is (172,39,187).

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

The process color (four color CMYK) of #ac27bb color hex is 0.08, 0.79, 0.00, 0.27. Web safe color of #ac27bb is #9933cc. Color #ac27bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 10111011
Octal 254 47 273
Decimal 172 39 187
Hex AC 27 BB

RGB Percentages of Color #ac27bb

%43.22
%9.80
%46.98

CMYK Percentages of Color #ac27bb

%8
%79
%0
%27

Triadic Colors of #ac27bb

#ac27bb #bbac27 #27bbac

Analogous Colors of #ac27bb

#ac27bb #bb2780 #6227bb

Monochromatic Colors of #ac27bb

#ac27bb

Complementary Color

#ac27bb #36bb27

#ac27bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac27bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac27bb Color CSS Codes

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

#ac27bb Text Font Color

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

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


#ac27bb Background Color

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

This div background color is #ac27bb


#ac27bb Border Color

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

This div border color is #ac27bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac27bb


Comments

No comments written yet.

Please login to write comment.