Color Hex Logo

#ac0edc Color Hex

#AC0EDC
(172,14,220)
0 Favorites   0 Comments

Color spaces of #ac0edc

RGB 17214220
HSL0.790.880.46
HSV286°94°86°
CMYK 0.220.940.00   0.14
XYZ30.088614.252068.8752
Yxy14.25200.26580.1259
Hunter Lab37.751876.2007-81.7436
CIE-Lab44.592279.5941-67.2152

#ac0edc color RGB value is (172,14,220).

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

The process color (four color CMYK) of #ac0edc color hex is 0.22, 0.94, 0.00, 0.14. Web safe color of #ac0edc is #9900cc. Color #ac0edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 11011100
Octal 254 16 334
Decimal 172 14 220
Hex AC E DC

RGB Percentages of Color #ac0edc

%42.36
%3.45
%54.19

CMYK Percentages of Color #ac0edc

%22
%94
%0
%14

Triadic Colors of #ac0edc

#ac0edc #dcac0e #0edcac

Analogous Colors of #ac0edc

#ac0edc #dc0ea5 #450edc

Monochromatic Colors of #ac0edc

#ac0edc

Complementary Color

#ac0edc #3edc0e

#ac0edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0edc Color CSS Codes

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

#ac0edc Text Font Color

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

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


#ac0edc Background Color

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

This div background color is #ac0edc


#ac0edc Border Color

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

This div border color is #ac0edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0edc


Comments

No comments written yet.

Please login to write comment.