Color Hex Logo

#dc448d Color Hex

#DC448D
(220,68,141)
0 Favorites   0 Comments

Color spaces of #dc448d

RGB 22068141
HSL0.920.680.56
HSV331°69°86°
CMYK 0.000.690.36   0.14
XYZ36.390021.273027.3874
Yxy21.27300.42790.2501
Hunter Lab46.122760.1188-2.9202
CIE-Lab53.247064.5867-6.8573

#dc448d color RGB value is (220,68,141).

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

The process color (four color CMYK) of #dc448d color hex is 0.00, 0.69, 0.36, 0.14. Web safe color of #dc448d is #cc3399. Color #dc448d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 10001101
Octal 334 104 215
Decimal 220 68 141
Hex DC 44 8D

RGB Percentages of Color #dc448d

%51.28
%15.85
%32.87

CMYK Percentages of Color #dc448d

%0
%69
%36
%14

Triadic Colors of #dc448d

#dc448d #8ddc44 #448ddc

Analogous Colors of #dc448d

#dc448d #dc4744 #dc44d9

Monochromatic Colors of #dc448d

#dc448d

Complementary Color

#dc448d #44dc93

#dc448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc448d Color CSS Codes

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

#dc448d Text Font Color

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

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


#dc448d Background Color

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

This div background color is #dc448d


#dc448d Border Color

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

This div border color is #dc448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc448d


Comments

No comments written yet.

Please login to write comment.