Color Hex Logo

#ac22dd Color Hex

#AC22DD
(172,34,221)
0 Favorites   0 Comments

Color spaces of #ac22dd

RGB 17234221
HSL0.790.730.50
HSV284°85°87°
CMYK 0.220.850.00   0.13
XYZ30.636415.135269.7133
Yxy15.13520.26530.1311
Hunter Lab38.904072.4845-79.0109
CIE-Lab45.818876.3624-65.7938

#ac22dd color RGB value is (172,34,221).

#ac22dd hex color red value is 172, green value is 34 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac22dd hue: 0.79 , saturation: 0.73 and the lightness value of ac22dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 11011101
Octal 254 42 335
Decimal 172 34 221
Hex AC 22 DD

RGB Percentages of Color #ac22dd

%40.28
%7.96
%51.76

CMYK Percentages of Color #ac22dd

%22
%85
%0
%13

Triadic Colors of #ac22dd

#ac22dd #ddac22 #22ddac

Analogous Colors of #ac22dd

#ac22dd #dd22b1 #4e22dd

Monochromatic Colors of #ac22dd

#ac22dd

Complementary Color

#ac22dd #53dd22

#ac22dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac22dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac22dd Color CSS Codes

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

#ac22dd Text Font Color

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

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


#ac22dd Background Color

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

This div background color is #ac22dd


#ac22dd Border Color

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

This div border color is #ac22dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac22dd


Comments

No comments written yet.

Please login to write comment.