Color Hex Logo

#ac2cec Color Hex

#AC2CEC
(172,44,236)
0 Favorites   0 Comments

Color spaces of #ac2cec

RGB 17244236
HSL0.780.830.55
HSV280°81°93°
CMYK 0.270.810.00   0.07
XYZ33.054316.628180.8243
Yxy16.62810.25330.1274
Hunter Lab40.777673.3314-88.9731
CIE-Lab47.788076.6661-71.1091

#ac2cec color RGB value is (172,44,236).

#ac2cec hex color red value is 172, green value is 44 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ac2cec hue: 0.78 , saturation: 0.83 and the lightness value of ac2cec is 0.55.

The process color (four color CMYK) of #ac2cec color hex is 0.27, 0.81, 0.00, 0.07. Web safe color of #ac2cec is #9933ff. Color #ac2cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101100 11101100
Octal 254 54 354
Decimal 172 44 236
Hex AC 2C EC

RGB Percentages of Color #ac2cec

%38.05
%9.73
%52.21

CMYK Percentages of Color #ac2cec

%27
%81
%0
%7

Triadic Colors of #ac2cec

#ac2cec #ecac2c #2cecac

Analogous Colors of #ac2cec

#ac2cec #ec2ccc #4c2cec

Monochromatic Colors of #ac2cec

#ac2cec

Complementary Color

#ac2cec #6cec2c

#ac2cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2cec Color CSS Codes

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

#ac2cec Text Font Color

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

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


#ac2cec Background Color

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

This div background color is #ac2cec


#ac2cec Border Color

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

This div border color is #ac2cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2cec


Comments

No comments written yet.

Please login to write comment.