Color Hex Logo

#ac1ddc Color Hex

#AC1DDC
(172,29,220)
0 Favorites   0 Comments

Color spaces of #ac1ddc

RGB 17229220
HSL0.790.770.49
HSV285°87°86°
CMYK 0.220.870.00   0.14
XYZ30.370914.816768.9693
Yxy14.81670.26600.1298
Hunter Lab38.492573.4763-79.2888
CIE-Lab45.382177.2516-65.9314

#ac1ddc color RGB value is (172,29,220).

#ac1ddc hex color red value is 172, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ac1ddc hue: 0.79 , saturation: 0.77 and the lightness value of ac1ddc is 0.49.

The process color (four color CMYK) of #ac1ddc color hex is 0.22, 0.87, 0.00, 0.14. Web safe color of #ac1ddc is #9933cc. Color #ac1ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011101 11011100
Octal 254 35 334
Decimal 172 29 220
Hex AC 1D DC

RGB Percentages of Color #ac1ddc

%40.86
%6.89
%52.26

CMYK Percentages of Color #ac1ddc

%22
%87
%0
%14

Triadic Colors of #ac1ddc

#ac1ddc #dcac1d #1ddcac

Analogous Colors of #ac1ddc

#ac1ddc #dc1dad #4c1ddc

Monochromatic Colors of #ac1ddc

#ac1ddc

Complementary Color

#ac1ddc #4ddc1d

#ac1ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1ddc Color CSS Codes

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

#ac1ddc Text Font Color

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

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


#ac1ddc Background Color

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

This div background color is #ac1ddc


#ac1ddc Border Color

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

This div border color is #ac1ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,29,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac1ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1ddc


Comments

No comments written yet.

Please login to write comment.