Color Hex Logo

#d446ac Color Hex

#D446AC
(212,70,172)
0 Favorites   0 Comments

Color spaces of #d446ac

RGB 21270172
HSL0.880.620.55
HSV317°67°83°
CMYK 0.000.670.19   0.17
XYZ36.787921.355941.2129
Yxy21.35590.37030.2149
Hunter Lab46.212461.2250-20.5269
CIE-Lab53.336865.5180-25.1268

#d446ac color RGB value is (212,70,172).

#d446ac hex color red value is 212, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d446ac hue: 0.88 , saturation: 0.62 and the lightness value of d446ac is 0.55.

The process color (four color CMYK) of #d446ac color hex is 0.00, 0.67, 0.19, 0.17. Web safe color of #d446ac is #cc3399. Color #d446ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 10101100
Octal 324 106 254
Decimal 212 70 172
Hex D4 46 AC

RGB Percentages of Color #d446ac

%46.70
%15.42
%37.89

CMYK Percentages of Color #d446ac

%0
%67
%19
%17

Triadic Colors of #d446ac

#d446ac #acd446 #46acd4

Analogous Colors of #d446ac

#d446ac #d44665 #b546d4

Monochromatic Colors of #d446ac

#d446ac

Complementary Color

#d446ac #46d46e

#d446ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d446ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d446ac Color CSS Codes

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

#d446ac Text Font Color

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

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


#d446ac Background Color

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

This div background color is #d446ac


#d446ac Border Color

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

This div border color is #d446ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d446ac


Comments

No comments written yet.

Please login to write comment.