Color Hex Logo

#ac48dd Color Hex

#AC48DD
(172,72,221)
0 Favorites   0 Comments

Color spaces of #ac48dd

RGB 17272221
HSL0.780.690.57
HSV280°67°87°
CMYK 0.220.670.00   0.13
XYZ32.381818.625870.2951
Yxy18.62580.26700.1535
Hunter Lab43.157658.4054-66.3612
CIE-Lab50.246563.6681-58.6381

#ac48dd color RGB value is (172,72,221).

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

The process color (four color CMYK) of #ac48dd color hex is 0.22, 0.67, 0.00, 0.13. Web safe color of #ac48dd is #9933cc. Color #ac48dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 11011101
Octal 254 110 335
Decimal 172 72 221
Hex AC 48 DD

RGB Percentages of Color #ac48dd

%36.99
%15.48
%47.53

CMYK Percentages of Color #ac48dd

%22
%67
%0
%13

Triadic Colors of #ac48dd

#ac48dd #ddac48 #48ddac

Analogous Colors of #ac48dd

#ac48dd #dd48c4 #6248dd

Monochromatic Colors of #ac48dd

#ac48dd

Complementary Color

#ac48dd #79dd48

#ac48dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac48dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac48dd Color CSS Codes

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

#ac48dd Text Font Color

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

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


#ac48dd Background Color

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

This div background color is #ac48dd


#ac48dd Border Color

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

This div border color is #ac48dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac48dd


Comments

No comments written yet.

Please login to write comment.