Color Hex Logo

#ac2cbf Color Hex

#AC2CBF
(172,44,191)
0 Favorites   0 Comments

Color spaces of #ac2cbf

RGB 17244191
HSL0.810.630.46
HSV292°77°75°
CMYK 0.100.770.00   0.25
XYZ27.317914.333650.6171
Yxy14.33360.29610.1553
Hunter Lab37.859762.5431-52.7668
CIE-Lab44.707668.2982-50.2642

#ac2cbf color RGB value is (172,44,191).

#ac2cbf hex color red value is 172, green value is 44 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac2cbf hue: 0.81 , saturation: 0.63 and the lightness value of ac2cbf is 0.46.

The process color (four color CMYK) of #ac2cbf color hex is 0.10, 0.77, 0.00, 0.25. Web safe color of #ac2cbf is #9933cc. Color #ac2cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101100 10111111
Octal 254 54 277
Decimal 172 44 191
Hex AC 2C BF

RGB Percentages of Color #ac2cbf

%42.26
%10.81
%46.93

CMYK Percentages of Color #ac2cbf

%10
%77
%0
%25

Triadic Colors of #ac2cbf

#ac2cbf #bfac2c #2cbfac

Analogous Colors of #ac2cbf

#ac2cbf #bf2c89 #632cbf

Monochromatic Colors of #ac2cbf

#ac2cbf

Complementary Color

#ac2cbf #3fbf2c

#ac2cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2cbf Color CSS Codes

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

#ac2cbf Text Font Color

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

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


#ac2cbf Background Color

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

This div background color is #ac2cbf


#ac2cbf Border Color

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

This div border color is #ac2cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2cbf


Comments

No comments written yet.

Please login to write comment.