Color Hex Logo

#dc446e Color Hex

#DC446E
(220,68,110)
0 Favorites   0 Comments

Color spaces of #dc446e

RGB 22068110
HSL0.950.680.56
HSV343°69°86°
CMYK 0.000.690.50   0.14
XYZ34.396820.475716.8911
Yxy20.47570.47930.2853
Hunter Lab45.250156.49899.5431
CIE-Lab52.370861.609610.4169

#dc446e color RGB value is (220,68,110).

#dc446e hex color red value is 220, green value is 68 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dc446e hue: 0.95 , saturation: 0.68 and the lightness value of dc446e is 0.56.

The process color (four color CMYK) of #dc446e color hex is 0.00, 0.69, 0.50, 0.14. Web safe color of #dc446e is #cc3366. Color #dc446e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 01101110
Octal 334 104 156
Decimal 220 68 110
Hex DC 44 6E

RGB Percentages of Color #dc446e

%55.28
%17.09
%27.64

CMYK Percentages of Color #dc446e

%0
%69
%50
%14

Triadic Colors of #dc446e

#dc446e #6edc44 #446edc

Analogous Colors of #dc446e

#dc446e #dc6644 #dc44ba

Monochromatic Colors of #dc446e

#dc446e

Complementary Color

#dc446e #44dcb2

#dc446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc446e Color CSS Codes

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

#dc446e Text Font Color

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

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


#dc446e Background Color

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

This div background color is #dc446e


#dc446e Border Color

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

This div border color is #dc446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc446e


Comments

No comments written yet.

Please login to write comment.