Color Hex Logo

#dc447e Color Hex

#DC447E
(220,68,126)
0 Favorites   0 Comments

Color spaces of #dc447e

RGB 22068126
HSL0.940.680.56
HSV337°69°86°
CMYK 0.000.690.43   0.14
XYZ35.348220.856221.9013
Yxy20.85620.45260.2670
Hunter Lab45.668658.24183.5343
CIE-Lab52.791863.05071.4229

#dc447e color RGB value is (220,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 01111110
Octal 334 104 176
Decimal 220 68 126
Hex DC 44 7E

RGB Percentages of Color #dc447e

%53.14
%16.43
%30.43

CMYK Percentages of Color #dc447e

%0
%69
%43
%14

Triadic Colors of #dc447e

#dc447e #7edc44 #447edc

Analogous Colors of #dc447e

#dc447e #dc5644 #dc44ca

Monochromatic Colors of #dc447e

#dc447e

Complementary Color

#dc447e #44dca2

#dc447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc447e Color CSS Codes

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

#dc447e Text Font Color

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

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


#dc447e Background Color

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

This div background color is #dc447e


#dc447e Border Color

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

This div border color is #dc447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc447e


Comments

No comments written yet.

Please login to write comment.