Color Hex Logo

#dc4470 Color Hex

#DC4470
(220,68,112)
0 Favorites   0 Comments

Color spaces of #dc4470

RGB 22068112
HSL0.950.680.56
HSV343°69°86°
CMYK 0.000.690.49   0.14
XYZ34.507020.519717.4712
Yxy20.51970.47600.2830
Hunter Lab45.298756.70268.8416
CIE-Lab52.419861.77889.2848

#dc4470 color RGB value is (220,68,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 01110000
Octal 334 104 160
Decimal 220 68 112
Hex DC 44 70

RGB Percentages of Color #dc4470

%55.00
%17.00
%28.00

CMYK Percentages of Color #dc4470

%0
%69
%49
%14

Triadic Colors of #dc4470

#dc4470 #70dc44 #4470dc

Analogous Colors of #dc4470

#dc4470 #dc6444 #dc44bc

Monochromatic Colors of #dc4470

#dc4470

Complementary Color

#dc4470 #44dcb0

#dc4470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4470 Color CSS Codes

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

#dc4470 Text Font Color

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

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


#dc4470 Background Color

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

This div background color is #dc4470


#dc4470 Border Color

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

This div border color is #dc4470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4470


Comments

No comments written yet.

Please login to write comment.