Color Hex Logo

#ac51dd Color Hex

#AC51DD
(172,81,221)
0 Favorites   0 Comments

Color spaces of #ac51dd

RGB 17281221
HSL0.780.670.59
HSV279°63°87°
CMYK 0.220.630.00   0.13
XYZ33.006819.876070.5034
Yxy19.87600.26750.1611
Hunter Lab44.582554.1336-62.5543
CIE-Lab51.696759.6496-56.3083

#ac51dd color RGB value is (172,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 11011101
Octal 254 121 335
Decimal 172 81 221
Hex AC 51 DD

RGB Percentages of Color #ac51dd

%36.29
%17.09
%46.62

CMYK Percentages of Color #ac51dd

%22
%63
%0
%13

Triadic Colors of #ac51dd

#ac51dd #ddac51 #51ddac

Analogous Colors of #ac51dd

#ac51dd #dd51c8 #6651dd

Monochromatic Colors of #ac51dd

#ac51dd

Complementary Color

#ac51dd #82dd51

#ac51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac51dd Color CSS Codes

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

#ac51dd Text Font Color

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

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


#ac51dd Background Color

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

This div background color is #ac51dd


#ac51dd Border Color

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

This div border color is #ac51dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac51dd


Comments

No comments written yet.

Please login to write comment.