Color Hex Logo

#ac6ddf Color Hex

#AC6DDF
(172,109,223)
0 Favorites   0 Comments

Color spaces of #ac6ddf

RGB 172109223
HSL0.760.640.65
HSV273°51°87°
CMYK 0.230.510.00   0.13
XYZ35.801225.035672.7575
Yxy25.03560.26800.1874
Hunter Lab50.035640.1571-51.1896
CIE-Lab57.110145.9666-48.7996

#ac6ddf color RGB value is (172,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101101 11011111
Octal 254 155 337
Decimal 172 109 223
Hex AC 6D DF

RGB Percentages of Color #ac6ddf

%34.13
%21.63
%44.25

CMYK Percentages of Color #ac6ddf

%23
%51
%0
%13

Triadic Colors of #ac6ddf

#ac6ddf #dfac6d #6ddfac

Analogous Colors of #ac6ddf

#ac6ddf #df6dd9 #736ddf

Monochromatic Colors of #ac6ddf

#ac6ddf

Complementary Color

#ac6ddf #a0df6d

#ac6ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6ddf Color CSS Codes

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

#ac6ddf Text Font Color

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

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


#ac6ddf Background Color

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

This div background color is #ac6ddf


#ac6ddf Border Color

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

This div border color is #ac6ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6ddf


Comments

No comments written yet.

Please login to write comment.