Color Hex Logo

#ac0dec Color Hex

#AC0DEC
(172,13,236)
0 Favorites   0 Comments

Color spaces of #ac0dec

RGB 17213236
HSL0.790.900.49
HSV283°94°93°
CMYK 0.270.940.00   0.07
XYZ32.297515.114680.5720
Yxy15.11460.25240.1181
Hunter Lab38.877580.2533-95.6618
CIE-Lab45.790882.5706-74.3640

#ac0dec color RGB value is (172,13,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001101 11101100
Octal 254 15 354
Decimal 172 13 236
Hex AC D EC

RGB Percentages of Color #ac0dec

%40.86
%3.09
%56.06

CMYK Percentages of Color #ac0dec

%27
%94
%0
%7

Triadic Colors of #ac0dec

#ac0dec #ecac0d #0decac

Analogous Colors of #ac0dec

#ac0dec #ec0dbd #3d0dec

Monochromatic Colors of #ac0dec

#ac0dec

Complementary Color

#ac0dec #4dec0d

#ac0dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0dec Color CSS Codes

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

#ac0dec Text Font Color

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

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


#ac0dec Background Color

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

This div background color is #ac0dec


#ac0dec Border Color

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

This div border color is #ac0dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0dec


Comments

No comments written yet.

Please login to write comment.