Color Hex Logo

#ac46db Color Hex

#AC46DB
(172,70,219)
0 Favorites   0 Comments

Color spaces of #ac46db

RGB 17270219
HSL0.780.670.57
HSV281°68°86°
CMYK 0.210.680.00   0.14
XYZ31.989618.265468.8574
Yxy18.26540.26860.1533
Hunter Lab42.738058.8164-65.6085
CIE-Lab49.816464.1062-58.1930

#ac46db color RGB value is (172,70,219).

#ac46db hex color red value is 172, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac46db hue: 0.78 , saturation: 0.67 and the lightness value of ac46db is 0.57.

The process color (four color CMYK) of #ac46db color hex is 0.21, 0.68, 0.00, 0.14. Web safe color of #ac46db is #9933cc. Color #ac46db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 11011011
Octal 254 106 333
Decimal 172 70 219
Hex AC 46 DB

RGB Percentages of Color #ac46db

%37.31
%15.18
%47.51

CMYK Percentages of Color #ac46db

%21
%68
%0
%14

Triadic Colors of #ac46db

#ac46db #dbac46 #46dbac

Analogous Colors of #ac46db

#ac46db #db46c0 #6246db

Monochromatic Colors of #ac46db

#ac46db

Complementary Color

#ac46db #75db46

#ac46db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac46db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac46db Color CSS Codes

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

#ac46db Text Font Color

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

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


#ac46db Background Color

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

This div background color is #ac46db


#ac46db Border Color

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

This div border color is #ac46db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac46db


Comments

No comments written yet.

Please login to write comment.