Color Hex Logo

#ac0eec Color Hex

#AC0EEC
(172,14,236)
0 Favorites   0 Comments

Color spaces of #ac0eec

RGB 17214236
HSL0.790.890.49
HSV283°94°93°
CMYK 0.270.940.00   0.07
XYZ32.310615.140980.5764
Yxy15.14090.25240.1183
Hunter Lab38.911380.1254-95.5381
CIE-Lab45.826682.4634-74.3055

#ac0eec color RGB value is (172,14,236).

#ac0eec hex color red value is 172, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ac0eec hue: 0.79 , saturation: 0.89 and the lightness value of ac0eec is 0.49.

The process color (four color CMYK) of #ac0eec color hex is 0.27, 0.94, 0.00, 0.07. Web safe color of #ac0eec is #9900ff. Color #ac0eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 11101100
Octal 254 16 354
Decimal 172 14 236
Hex AC E EC

RGB Percentages of Color #ac0eec

%40.76
%3.32
%55.92

CMYK Percentages of Color #ac0eec

%27
%94
%0
%7

Triadic Colors of #ac0eec

#ac0eec #ecac0e #0eecac

Analogous Colors of #ac0eec

#ac0eec #ec0ebd #3d0eec

Monochromatic Colors of #ac0eec

#ac0eec

Complementary Color

#ac0eec #4eec0e

#ac0eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0eec Color CSS Codes

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

#ac0eec Text Font Color

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

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


#ac0eec Background Color

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

This div background color is #ac0eec


#ac0eec Border Color

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

This div border color is #ac0eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0eec


Comments

No comments written yet.

Please login to write comment.