Color Hex Logo

#ac0ded Color Hex

#AC0DED
(172,13,237)
0 Favorites   0 Comments

Color spaces of #ac0ded

RGB 17213237
HSL0.780.900.49
HSV283°95°93°
CMYK 0.270.950.00   0.07
XYZ32.443215.172981.3395
Yxy15.17290.25160.1177
Hunter Lab38.952480.5047-96.5413
CIE-Lab45.870182.7525-74.7998

#ac0ded color RGB value is (172,13,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001101 11101101
Octal 254 15 355
Decimal 172 13 237
Hex AC D ED

RGB Percentages of Color #ac0ded

%40.76
%3.08
%56.16

CMYK Percentages of Color #ac0ded

%27
%95
%0
%7

Triadic Colors of #ac0ded

#ac0ded #edac0d #0dedac

Analogous Colors of #ac0ded

#ac0ded #ed0dbe #3c0ded

Monochromatic Colors of #ac0ded

#ac0ded

Complementary Color

#ac0ded #4eed0d

#ac0ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0ded Color CSS Codes

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

#ac0ded Text Font Color

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

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


#ac0ded Background Color

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

This div background color is #ac0ded


#ac0ded Border Color

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

This div border color is #ac0ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0ded


Comments

No comments written yet.

Please login to write comment.