Color Hex Logo

#ac2abb Color Hex

#AC2ABB
(172,42,187)
0 Favorites   0 Comments

Color spaces of #ac2abb

RGB 17242187
HSL0.820.630.45
HSV294°78°73°
CMYK 0.080.780.00   0.27
XYZ26.810914.014448.3057
Yxy14.01440.30080.1572
Hunter Lab37.435862.3260-50.3004
CIE-Lab44.253668.2011-48.6518

#ac2abb color RGB value is (172,42,187).

#ac2abb hex color red value is 172, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac2abb hue: 0.82 , saturation: 0.63 and the lightness value of ac2abb is 0.45.

The process color (four color CMYK) of #ac2abb color hex is 0.08, 0.78, 0.00, 0.27. Web safe color of #ac2abb is #9933cc. Color #ac2abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101010 10111011
Octal 254 52 273
Decimal 172 42 187
Hex AC 2A BB

RGB Percentages of Color #ac2abb

%42.89
%10.47
%46.63

CMYK Percentages of Color #ac2abb

%8
%78
%0
%27

Triadic Colors of #ac2abb

#ac2abb #bbac2a #2abbac

Analogous Colors of #ac2abb

#ac2abb #bb2a82 #642abb

Monochromatic Colors of #ac2abb

#ac2abb

Complementary Color

#ac2abb #39bb2a

#ac2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2abb Color CSS Codes

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

#ac2abb Text Font Color

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

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


#ac2abb Background Color

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

This div background color is #ac2abb


#ac2abb Border Color

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

This div border color is #ac2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2abb


Comments

No comments written yet.

Please login to write comment.