Color Hex Logo

#ac3ddd Color Hex

#AC3DDD
(172,61,221)
0 Favorites   0 Comments

Color spaces of #ac3ddd

RGB 17261221
HSL0.780.700.55
HSV282°72°87°
CMYK 0.220.720.00   0.13
XYZ31.733117.328670.0788
Yxy17.32860.26640.1454
Hunter Lab41.627663.2237-70.6735
CIE-Lab48.671468.1095-61.1763

#ac3ddd color RGB value is (172,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111101 11011101
Octal 254 75 335
Decimal 172 61 221
Hex AC 3D DD

RGB Percentages of Color #ac3ddd

%37.89
%13.44
%48.68

CMYK Percentages of Color #ac3ddd

%22
%72
%0
%13

Triadic Colors of #ac3ddd

#ac3ddd #ddac3d #3dddac

Analogous Colors of #ac3ddd

#ac3ddd #dd3dbe #5c3ddd

Monochromatic Colors of #ac3ddd

#ac3ddd

Complementary Color

#ac3ddd #6edd3d

#ac3ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3ddd Color CSS Codes

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

#ac3ddd Text Font Color

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

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


#ac3ddd Background Color

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

This div background color is #ac3ddd


#ac3ddd Border Color

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

This div border color is #ac3ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3ddd


Comments

No comments written yet.

Please login to write comment.