Color Hex Logo

#ac6adb Color Hex

#AC6ADB
(172,106,219)
0 Favorites   0 Comments

Color spaces of #ac6adb

RGB 172106219
HSL0.760.610.64
HSV275°52°86°
CMYK 0.210.520.00   0.14
XYZ34.953524.193269.8453
Yxy24.19320.27100.1876
Hunter Lab49.186640.7711-49.7616
CIE-Lab56.280746.6687-47.8648

#ac6adb color RGB value is (172,106,219).

#ac6adb hex color red value is 172, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac6adb hue: 0.76 , saturation: 0.61 and the lightness value of ac6adb is 0.64.

The process color (four color CMYK) of #ac6adb color hex is 0.21, 0.52, 0.00, 0.14. Web safe color of #ac6adb is #9966cc. Color #ac6adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101010 11011011
Octal 254 152 333
Decimal 172 106 219
Hex AC 6A DB

RGB Percentages of Color #ac6adb

%34.61
%21.33
%44.06

CMYK Percentages of Color #ac6adb

%21
%52
%0
%14

Triadic Colors of #ac6adb

#ac6adb #dbac6a #6adbac

Analogous Colors of #ac6adb

#ac6adb #db6ad2 #746adb

Monochromatic Colors of #ac6adb

#ac6adb

Complementary Color

#ac6adb #99db6a

#ac6adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6adb Color CSS Codes

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

#ac6adb Text Font Color

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

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


#ac6adb Background Color

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

This div background color is #ac6adb


#ac6adb Border Color

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

This div border color is #ac6adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6adb


Comments

No comments written yet.

Please login to write comment.