Color Hex Logo

#ac2acb Color Hex

#AC2ACB
(172,42,203)
0 Favorites   0 Comments

Color spaces of #ac2acb

RGB 17242203
HSL0.800.660.48
HSV288°79°80°
CMYK 0.150.790.00   0.20
XYZ28.620714.738457.8362
Yxy14.73840.28280.1456
Hunter Lab38.390665.8904-62.4481
CIE-Lab45.273871.0219-56.3287

#ac2acb color RGB value is (172,42,203).

#ac2acb hex color red value is 172, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac2acb hue: 0.80 , saturation: 0.66 and the lightness value of ac2acb is 0.48.

The process color (four color CMYK) of #ac2acb color hex is 0.15, 0.79, 0.00, 0.20. Web safe color of #ac2acb is #9933cc. Color #ac2acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101010 11001011
Octal 254 52 313
Decimal 172 42 203
Hex AC 2A CB

RGB Percentages of Color #ac2acb

%41.25
%10.07
%48.68

CMYK Percentages of Color #ac2acb

%15
%79
%0
%20

Triadic Colors of #ac2acb

#ac2acb #cbac2a #2acbac

Analogous Colors of #ac2acb

#ac2acb #cb2a9a #5c2acb

Monochromatic Colors of #ac2acb

#ac2acb

Complementary Color

#ac2acb #49cb2a

#ac2acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2acb Color CSS Codes

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

#ac2acb Text Font Color

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

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


#ac2acb Background Color

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

This div background color is #ac2acb


#ac2acb Border Color

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

This div border color is #ac2acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2acb


Comments

No comments written yet.

Please login to write comment.