Color Hex Logo

#ac6cdd Color Hex

#AC6CDD
(172,108,221)
0 Favorites   0 Comments

Color spaces of #ac6cdd

RGB 172108221
HSL0.760.620.65
HSV274°51°87°
CMYK 0.220.510.00   0.13
XYZ35.427024.716271.3101
Yxy24.71620.26950.1880
Hunter Lab49.715440.1965-50.2428
CIE-Lab56.797946.0500-48.1707

#ac6cdd color RGB value is (172,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101100 11011101
Octal 254 154 335
Decimal 172 108 221
Hex AC 6C DD

RGB Percentages of Color #ac6cdd

%34.33
%21.56
%44.11

CMYK Percentages of Color #ac6cdd

%22
%51
%0
%13

Triadic Colors of #ac6cdd

#ac6cdd #ddac6c #6cddac

Analogous Colors of #ac6cdd

#ac6cdd #dd6cd6 #746cdd

Monochromatic Colors of #ac6cdd

#ac6cdd

Complementary Color

#ac6cdd #9ddd6c

#ac6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6cdd Color CSS Codes

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

#ac6cdd Text Font Color

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

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


#ac6cdd Background Color

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

This div background color is #ac6cdd


#ac6cdd Border Color

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

This div border color is #ac6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6cdd


Comments

No comments written yet.

Please login to write comment.