Color Hex Logo

#ac34dd Color Hex

#AC34DD
(172,52,221)
0 Favorites   0 Comments

Color spaces of #ac34dd

RGB 17252221
HSL0.790.710.54
HSV283°76°87°
CMYK 0.220.760.00   0.13
XYZ31.292416.447169.9319
Yxy16.44710.26590.1398
Hunter Lab40.555066.7599-73.8494
CIE-Lab47.555771.3056-62.9792

#ac34dd color RGB value is (172,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 11011101
Octal 254 64 335
Decimal 172 52 221
Hex AC 34 DD

RGB Percentages of Color #ac34dd

%38.65
%11.69
%49.66

CMYK Percentages of Color #ac34dd

%22
%76
%0
%13

Triadic Colors of #ac34dd

#ac34dd #ddac34 #34ddac

Analogous Colors of #ac34dd

#ac34dd #dd34ba #5734dd

Monochromatic Colors of #ac34dd

#ac34dd

Complementary Color

#ac34dd #65dd34

#ac34dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac34dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac34dd Color CSS Codes

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

#ac34dd Text Font Color

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

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


#ac34dd Background Color

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

This div background color is #ac34dd


#ac34dd Border Color

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

This div border color is #ac34dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac34dd


Comments

No comments written yet.

Please login to write comment.