Color Hex Logo

#ac09ed Color Hex

#AC09ED
(172,9,237)
0 Favorites   0 Comments

Color spaces of #ac09ed

RGB 1729237
HSL0.790.930.48
HSV283°96°93°
CMYK 0.270.960.00   0.07
XYZ32.397015.080581.3241
Yxy15.08050.25150.1171
Hunter Lab38.833680.9550-96.9797
CIE-Lab45.744383.1290-75.0053

#ac09ed color RGB value is (172,9,237).

#ac09ed hex color red value is 172, green value is 9 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac09ed hue: 0.79 , saturation: 0.93 and the lightness value of ac09ed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001001 11101101
Octal 254 11 355
Decimal 172 9 237
Hex AC 9 ED

RGB Percentages of Color #ac09ed

%41.15
%2.15
%56.70

CMYK Percentages of Color #ac09ed

%27
%96
%0
%7

Triadic Colors of #ac09ed

#ac09ed #edac09 #09edac

Analogous Colors of #ac09ed

#ac09ed #ed09bc #3a09ed

Monochromatic Colors of #ac09ed

#ac09ed

Complementary Color

#ac09ed #4aed09

#ac09ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac09ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac09ed Color CSS Codes

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

#ac09ed Text Font Color

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

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


#ac09ed Background Color

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

This div background color is #ac09ed


#ac09ed Border Color

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

This div border color is #ac09ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac09ed


Comments

No comments written yet.

Please login to write comment.