Color Hex Logo

#ac2bcb Color Hex

#AC2BCB
(172,43,203)
0 Favorites   0 Comments

Color spaces of #ac2bcb

RGB 17243203
HSL0.800.650.48
HSV288°79°80°
CMYK 0.150.790.00   0.20
XYZ28.656614.810257.8482
Yxy14.81020.28280.1462
Hunter Lab38.484065.5705-62.1844
CIE-Lab45.373170.7338-56.1687

#ac2bcb color RGB value is (172,43,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101011 11001011
Octal 254 53 313
Decimal 172 43 203
Hex AC 2B CB

RGB Percentages of Color #ac2bcb

%41.15
%10.29
%48.56

CMYK Percentages of Color #ac2bcb

%15
%79
%0
%20

Triadic Colors of #ac2bcb

#ac2bcb #cbac2b #2bcbac

Analogous Colors of #ac2bcb

#ac2bcb #cb2b9a #5c2bcb

Monochromatic Colors of #ac2bcb

#ac2bcb

Complementary Color

#ac2bcb #4acb2b

#ac2bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2bcb Color CSS Codes

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

#ac2bcb Text Font Color

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

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


#ac2bcb Background Color

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

This div background color is #ac2bcb


#ac2bcb Border Color

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

This div border color is #ac2bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2bcb


Comments

No comments written yet.

Please login to write comment.