Color Hex Logo

#ac6cdf Color Hex

#AC6CDF
(172,108,223)
0 Favorites   0 Comments

Color spaces of #ac6cdf

RGB 172108223
HSL0.760.640.65
HSV273°52°87°
CMYK 0.230.520.00   0.13
XYZ35.695124.823572.7221
Yxy24.82350.26790.1863
Hunter Lab49.823240.6932-51.6637
CIE-Lab56.903046.5020-49.1282

#ac6cdf color RGB value is (172,108,223).

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

The process color (four color CMYK) of #ac6cdf color hex is 0.23, 0.52, 0.00, 0.13. Web safe color of #ac6cdf is #9966cc. Color #ac6cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101100 11011111
Octal 254 154 337
Decimal 172 108 223
Hex AC 6C DF

RGB Percentages of Color #ac6cdf

%34.19
%21.47
%44.33

CMYK Percentages of Color #ac6cdf

%23
%52
%0
%13

Triadic Colors of #ac6cdf

#ac6cdf #dfac6c #6cdfac

Analogous Colors of #ac6cdf

#ac6cdf #df6cd9 #736cdf

Monochromatic Colors of #ac6cdf

#ac6cdf

Complementary Color

#ac6cdf #9fdf6c

#ac6cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6cdf Color CSS Codes

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

#ac6cdf Text Font Color

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

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


#ac6cdf Background Color

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

This div background color is #ac6cdf


#ac6cdf Border Color

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

This div border color is #ac6cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6cdf


Comments

No comments written yet.

Please login to write comment.