Color Hex Logo

#ac73ed Color Hex

#AC73ED
(172,115,237)
0 Favorites   0 Comments

Color spaces of #ac73ed

RGB 172115237
HSL0.740.770.69
HSV268°51°93°
CMYK 0.270.510.00   0.07
XYZ38.430127.146583.3351
Yxy27.14650.25810.1823
Hunter Lab52.102340.4807-58.3599
CIE-Lab59.109745.9783-53.4450

#ac73ed color RGB value is (172,115,237).

#ac73ed hex color red value is 172, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac73ed hue: 0.74 , saturation: 0.77 and the lightness value of ac73ed is 0.69.

The process color (four color CMYK) of #ac73ed color hex is 0.27, 0.51, 0.00, 0.07. Web safe color of #ac73ed is #9966ff. Color #ac73ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 11101101
Octal 254 163 355
Decimal 172 115 237
Hex AC 73 ED

RGB Percentages of Color #ac73ed

%32.82
%21.95
%45.23

CMYK Percentages of Color #ac73ed

%27
%51
%0
%7

Triadic Colors of #ac73ed

#ac73ed #edac73 #73edac

Analogous Colors of #ac73ed

#ac73ed #e973ed #7377ed

Monochromatic Colors of #ac73ed

#ac73ed

Complementary Color

#ac73ed #b4ed73

#ac73ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac73ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac73ed Color CSS Codes

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

#ac73ed Text Font Color

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

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


#ac73ed Background Color

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

This div background color is #ac73ed


#ac73ed Border Color

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

This div border color is #ac73ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac73ed


Comments

No comments written yet.

Please login to write comment.