Color Hex Logo

#ac6ddc Color Hex

#AC6DDC
(172,109,220)
0 Favorites   0 Comments

Color spaces of #ac6ddc

RGB 172109220
HSL0.760.610.65
HSV274°50°86°
CMYK 0.220.500.00   0.14
XYZ35.400224.875270.6458
Yxy24.87520.27040.1900
Hunter Lab49.875039.4140-49.0691
CIE-Lab56.953645.2878-47.3611

#ac6ddc color RGB value is (172,109,220).

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

The process color (four color CMYK) of #ac6ddc color hex is 0.22, 0.50, 0.00, 0.14. Web safe color of #ac6ddc is #9966cc. Color #ac6ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101101 11011100
Octal 254 155 334
Decimal 172 109 220
Hex AC 6D DC

RGB Percentages of Color #ac6ddc

%34.33
%21.76
%43.91

CMYK Percentages of Color #ac6ddc

%22
%50
%0
%14

Triadic Colors of #ac6ddc

#ac6ddc #dcac6d #6ddcac

Analogous Colors of #ac6ddc

#ac6ddc #dc6dd5 #756ddc

Monochromatic Colors of #ac6ddc

#ac6ddc

Complementary Color

#ac6ddc #9ddc6d

#ac6ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6ddc Color CSS Codes

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

#ac6ddc Text Font Color

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

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


#ac6ddc Background Color

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

This div background color is #ac6ddc


#ac6ddc Border Color

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

This div border color is #ac6ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6ddc


Comments

No comments written yet.

Please login to write comment.