Color Hex Logo

#ac41bc Color Hex

#AC41BC
(172,65,188)
0 Favorites   0 Comments

Color spaces of #ac41bc

RGB 17265188
HSL0.810.490.50
HSV292°65°74°
CMYK 0.090.650.00   0.26
XYZ27.980716.182149.2257
Yxy16.18210.29960.1733
Hunter Lab40.227053.7621-44.3942
CIE-Lab47.212560.1485-44.5125

#ac41bc color RGB value is (172,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 10111100
Octal 254 101 274
Decimal 172 65 188
Hex AC 41 BC

RGB Percentages of Color #ac41bc

%40.47
%15.29
%44.24

CMYK Percentages of Color #ac41bc

%9
%65
%0
%26

Triadic Colors of #ac41bc

#ac41bc #bcac41 #41bcac

Analogous Colors of #ac41bc

#ac41bc #bc418f #6f41bc

Monochromatic Colors of #ac41bc

#ac41bc

Complementary Color

#ac41bc #51bc41

#ac41bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac41bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac41bc Color CSS Codes

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

#ac41bc Text Font Color

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

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


#ac41bc Background Color

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

This div background color is #ac41bc


#ac41bc Border Color

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

This div border color is #ac41bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac41bc


Comments

No comments written yet.

Please login to write comment.