Color Hex Logo

#ac6dec Color Hex

#AC6DEC
(172,109,236)
0 Favorites   0 Comments

Color spaces of #ac6dec

RGB 172109236
HSL0.750.770.68
HSV270°54°93°
CMYK 0.270.540.00   0.07
XYZ37.622225.764182.3469
Yxy25.76410.25820.1768
Hunter Lab50.758343.4775-60.6572
CIE-Lab57.812548.9605-54.9556

#ac6dec color RGB value is (172,109,236).

#ac6dec hex color red value is 172, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ac6dec hue: 0.75 , saturation: 0.77 and the lightness value of ac6dec is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101101 11101100
Octal 254 155 354
Decimal 172 109 236
Hex AC 6D EC

RGB Percentages of Color #ac6dec

%33.27
%21.08
%45.65

CMYK Percentages of Color #ac6dec

%27
%54
%0
%7

Triadic Colors of #ac6dec

#ac6dec #ecac6d #6decac

Analogous Colors of #ac6dec

#ac6dec #ec6dec #6d6eec

Monochromatic Colors of #ac6dec

#ac6dec

Complementary Color

#ac6dec #adec6d

#ac6dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6dec Color CSS Codes

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

#ac6dec Text Font Color

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

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


#ac6dec Background Color

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

This div background color is #ac6dec


#ac6dec Border Color

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

This div border color is #ac6dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6dec


Comments

No comments written yet.

Please login to write comment.