Color Hex Logo

#ac1cad Color Hex

#AC1CAD
(172,28,173)
0 Favorites   0 Comments

Color spaces of #ac1cad

RGB 17228173
HSL0.830.720.39
HSV300°84°68°
CMYK 0.010.840.00   0.32
XYZ24.971312.618340.6546
Yxy12.61830.31910.1613
Hunter Lab35.522263.3174-42.9908
CIE-Lab42.182469.4504-43.7023

#ac1cad color RGB value is (172,28,173).

#ac1cad hex color red value is 172, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ac1cad hue: 0.83 , saturation: 0.72 and the lightness value of ac1cad is 0.39.

The process color (four color CMYK) of #ac1cad color hex is 0.01, 0.84, 0.00, 0.32. Web safe color of #ac1cad is #993399. Color #ac1cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011100 10101101
Octal 254 34 255
Decimal 172 28 173
Hex AC 1C AD

RGB Percentages of Color #ac1cad

%46.11
%7.51
%46.38

CMYK Percentages of Color #ac1cad

%1
%84
%0
%32

Triadic Colors of #ac1cad

#ac1cad #adac1c #1cadac

Analogous Colors of #ac1cad

#ac1cad #ad1c66 #641cad

Monochromatic Colors of #ac1cad

#ac1cad

Complementary Color

#ac1cad #1dad1c

#ac1cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1cad Color CSS Codes

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

#ac1cad Text Font Color

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

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


#ac1cad Background Color

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

This div background color is #ac1cad


#ac1cad Border Color

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

This div border color is #ac1cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1cad


Comments

No comments written yet.

Please login to write comment.