Color Hex Logo

#df448d Color Hex

#DF448D
(223,68,141)
0 Favorites   0 Comments

Color spaces of #df448d

RGB 22368141
HSL0.920.710.57
HSV332°70°87°
CMYK 0.000.700.37   0.13
XYZ37.306321.745327.4303
Yxy21.74530.43140.2514
Hunter Lab46.631961.1974-2.2339
CIE-Lab53.755765.4161-6.0461

#df448d color RGB value is (223,68,141).

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

The process color (four color CMYK) of #df448d color hex is 0.00, 0.70, 0.37, 0.13. Web safe color of #df448d is #cc3399. Color #df448d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000100 10001101
Octal 337 104 215
Decimal 223 68 141
Hex DF 44 8D

RGB Percentages of Color #df448d

%51.62
%15.74
%32.64

CMYK Percentages of Color #df448d

%0
%70
%37
%13

Triadic Colors of #df448d

#df448d #8ddf44 #448ddf

Analogous Colors of #df448d

#df448d #df4844 #df44db

Monochromatic Colors of #df448d

#df448d

Complementary Color

#df448d #44df96

#df448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df448d Color CSS Codes

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

#df448d Text Font Color

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

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


#df448d Background Color

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

This div background color is #df448d


#df448d Border Color

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

This div border color is #df448d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #df448d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df448d


Comments

No comments written yet.

Please login to write comment.