Color Hex Logo

#d411ac Color Hex

#D411AC
(212,17,172)
0 Favorites   0 Comments

Color spaces of #d411ac

RGB 21217172
HSL0.870.850.45
HSV312°92°83°
CMYK 0.000.920.19   0.17
XYZ34.798217.376540.5497
Yxy17.37650.37530.1874
Hunter Lab41.685176.0605-28.4955
CIE-Lab48.731078.6794-32.2877

#d411ac color RGB value is (212,17,172).

#d411ac hex color red value is 212, green value is 17 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d411ac hue: 0.87 , saturation: 0.85 and the lightness value of d411ac is 0.45.

The process color (four color CMYK) of #d411ac color hex is 0.00, 0.92, 0.19, 0.17. Web safe color of #d411ac is #cc0099. Color #d411ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 10101100
Octal 324 21 254
Decimal 212 17 172
Hex D4 11 AC

RGB Percentages of Color #d411ac

%52.87
%4.24
%42.89

CMYK Percentages of Color #d411ac

%0
%92
%19
%17

Triadic Colors of #d411ac

#d411ac #acd411 #11acd4

Analogous Colors of #d411ac

#d411ac #d4114b #9b11d4

Monochromatic Colors of #d411ac

#d411ac

Complementary Color

#d411ac #11d439

#d411ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d411ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d411ac Color CSS Codes

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

#d411ac Text Font Color

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

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


#d411ac Background Color

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

This div background color is #d411ac


#d411ac Border Color

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

This div border color is #d411ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d411ac


Comments

No comments written yet.

Please login to write comment.