Color Hex Logo

#ac0eed Color Hex

#AC0EED
(172,14,237)
0 Favorites   0 Comments

Color spaces of #ac0eed

RGB 17214237
HSL0.780.890.49
HSV283°94°93°
CMYK 0.270.940.00   0.07
XYZ32.456415.199281.3439
Yxy15.19920.25160.1178
Hunter Lab38.986280.3774-96.4172
CIE-Lab45.905882.6458-74.7414

#ac0eed color RGB value is (172,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 11101101
Octal 254 16 355
Decimal 172 14 237
Hex AC E ED

RGB Percentages of Color #ac0eed

%40.66
%3.31
%56.03

CMYK Percentages of Color #ac0eed

%27
%94
%0
%7

Triadic Colors of #ac0eed

#ac0eed #edac0e #0eedac

Analogous Colors of #ac0eed

#ac0eed #ed0ebf #3d0eed

Monochromatic Colors of #ac0eed

#ac0eed

Complementary Color

#ac0eed #4fed0e

#ac0eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0eed Color CSS Codes

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

#ac0eed Text Font Color

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

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


#ac0eed Background Color

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

This div background color is #ac0eed


#ac0eed Border Color

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

This div border color is #ac0eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0eed


Comments

No comments written yet.

Please login to write comment.