Color Hex Logo

#ac2cbd Color Hex

#AC2CBD
(172,44,189)
0 Favorites   0 Comments

Color spaces of #ac2cbd

RGB 17244189
HSL0.810.620.46
HSV293°77°74°
CMYK 0.090.770.00   0.26
XYZ27.099214.246149.4656
Yxy14.24610.29840.1569
Hunter Lab37.744062.1063-51.2820
CIE-Lab44.583867.9488-49.2937

#ac2cbd color RGB value is (172,44,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101100 10111101
Octal 254 54 275
Decimal 172 44 189
Hex AC 2C BD

RGB Percentages of Color #ac2cbd

%42.47
%10.86
%46.67

CMYK Percentages of Color #ac2cbd

%9
%77
%0
%26

Triadic Colors of #ac2cbd

#ac2cbd #bdac2c #2cbdac

Analogous Colors of #ac2cbd

#ac2cbd #bd2c86 #632cbd

Monochromatic Colors of #ac2cbd

#ac2cbd

Complementary Color

#ac2cbd #3dbd2c

#ac2cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2cbd Color CSS Codes

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

#ac2cbd Text Font Color

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

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


#ac2cbd Background Color

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

This div background color is #ac2cbd


#ac2cbd Border Color

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

This div border color is #ac2cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2cbd


Comments

No comments written yet.

Please login to write comment.