Color Hex Logo

#ac4ddd Color Hex

#AC4DDD
(172,77,221)
0 Favorites   0 Comments

Color spaces of #ac4ddd

RGB 17277221
HSL0.780.680.58
HSV280°65°87°
CMYK 0.220.650.00   0.13
XYZ32.718319.298970.4072
Yxy19.29890.26730.1576
Hunter Lab43.930556.0637-64.2724
CIE-Lab51.035161.4745-57.3703

#ac4ddd color RGB value is (172,77,221).

#ac4ddd hex color red value is 172, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac4ddd hue: 0.78 , saturation: 0.68 and the lightness value of ac4ddd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001101 11011101
Octal 254 115 335
Decimal 172 77 221
Hex AC 4D DD

RGB Percentages of Color #ac4ddd

%36.60
%16.38
%47.02

CMYK Percentages of Color #ac4ddd

%22
%65
%0
%13

Triadic Colors of #ac4ddd

#ac4ddd #ddac4d #4dddac

Analogous Colors of #ac4ddd

#ac4ddd #dd4dc6 #644ddd

Monochromatic Colors of #ac4ddd

#ac4ddd

Complementary Color

#ac4ddd #7edd4d

#ac4ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4ddd Color CSS Codes

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

#ac4ddd Text Font Color

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

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


#ac4ddd Background Color

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

This div background color is #ac4ddd


#ac4ddd Border Color

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

This div border color is #ac4ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4ddd


Comments

No comments written yet.

Please login to write comment.