Color Hex Logo

#dc447d Color Hex

#DC447D
(220,68,125)
0 Favorites   0 Comments

Color spaces of #dc447d

RGB 22068125
HSL0.940.680.56
HSV338°69°86°
CMYK 0.000.690.43   0.14
XYZ35.284020.830621.5631
Yxy20.83060.45420.2682
Hunter Lab45.640658.12463.9365
CIE-Lab52.763662.95421.9807

#dc447d color RGB value is (220,68,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 01111101
Octal 334 104 175
Decimal 220 68 125
Hex DC 44 7D

RGB Percentages of Color #dc447d

%53.27
%16.46
%30.27

CMYK Percentages of Color #dc447d

%0
%69
%43
%14

Triadic Colors of #dc447d

#dc447d #7ddc44 #447ddc

Analogous Colors of #dc447d

#dc447d #dc5744 #dc44c9

Monochromatic Colors of #dc447d

#dc447d

Complementary Color

#dc447d #44dca3

#dc447d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc447d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc447d Color CSS Codes

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

#dc447d Text Font Color

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

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


#dc447d Background Color

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

This div background color is #dc447d


#dc447d Border Color

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

This div border color is #dc447d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc447d


Comments

No comments written yet.

Please login to write comment.