Color Hex Logo

#df447f Color Hex

#DF447F
(223,68,127)
0 Favorites   0 Comments

Color spaces of #df447f

RGB 22368127
HSL0.940.710.57
HSV337°70°87°
CMYK 0.000.700.43   0.13
XYZ36.329321.354522.2857
Yxy21.35450.45430.2670
Hunter Lab46.210959.46093.7544
CIE-Lab53.335364.00411.6785

#df447f color RGB value is (223,68,127).

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

The process color (four color CMYK) of #df447f color hex is 0.00, 0.70, 0.43, 0.13. Web safe color of #df447f is #cc3366. Color #df447f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000100 01111111
Octal 337 104 177
Decimal 223 68 127
Hex DF 44 7F

RGB Percentages of Color #df447f

%53.35
%16.27
%30.38

CMYK Percentages of Color #df447f

%0
%70
%43
%13

Triadic Colors of #df447f

#df447f #7fdf44 #447fdf

Analogous Colors of #df447f

#df447f #df5644 #df44cd

Monochromatic Colors of #df447f

#df447f

Complementary Color

#df447f #44dfa4

#df447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df447f Color CSS Codes

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

#df447f Text Font Color

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

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


#df447f Background Color

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

This div background color is #df447f


#df447f Border Color

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

This div border color is #df447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df447f


Comments

No comments written yet.

Please login to write comment.