Color Hex Logo

#ac0eea Color Hex

#AC0EEA
(172,14,234)
0 Favorites   0 Comments

Color spaces of #ac0eea

RGB 17214234
HSL0.790.890.49
HSV283°94°92°
CMYK 0.260.940.00   0.08
XYZ32.021615.025279.0543
Yxy15.02520.25390.1192
Hunter Lab38.762479.6248-93.7860
CIE-Lab45.668782.1004-73.4314

#ac0eea color RGB value is (172,14,234).

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

The process color (four color CMYK) of #ac0eea color hex is 0.26, 0.94, 0.00, 0.08. Web safe color of #ac0eea is #9900ff. Color #ac0eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 11101010
Octal 254 16 352
Decimal 172 14 234
Hex AC E EA

RGB Percentages of Color #ac0eea

%40.95
%3.33
%55.71

CMYK Percentages of Color #ac0eea

%26
%94
%0
%8

Triadic Colors of #ac0eea

#ac0eea #eaac0e #0eeaac

Analogous Colors of #ac0eea

#ac0eea #ea0eba #3e0eea

Monochromatic Colors of #ac0eea

#ac0eea

Complementary Color

#ac0eea #4cea0e

#ac0eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0eea Color CSS Codes

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

#ac0eea Text Font Color

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

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


#ac0eea Background Color

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

This div background color is #ac0eea


#ac0eea Border Color

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

This div border color is #ac0eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0eea


Comments

No comments written yet.

Please login to write comment.