Color Hex Logo

#df3447 Color Hex

#DF3447
(223,52,71)
0 Favorites   0 Comments

Color spaces of #df3447

RGB 2235271
HSL0.980.730.54
HSV353°77°87°
CMYK 0.000.770.68   0.13
XYZ32.796718.59897.8226
Yxy18.59890.55380.3141
Hunter Lab43.126460.274019.4340
CIE-Lab50.214665.290831.0198

#df3447 color RGB value is (223,52,71).

#df3447 hex color red value is 223, green value is 52 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #df3447 hue: 0.98 , saturation: 0.73 and the lightness value of df3447 is 0.54.

The process color (four color CMYK) of #df3447 color hex is 0.00, 0.77, 0.68, 0.13. Web safe color of #df3447 is #cc3333. Color #df3447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 01000111
Octal 337 64 107
Decimal 223 52 71
Hex DF 34 47

RGB Percentages of Color #df3447

%64.45
%15.03
%20.52

CMYK Percentages of Color #df3447

%0
%77
%68
%13

Triadic Colors of #df3447

#df3447 #47df34 #3447df

Analogous Colors of #df3447

#df3447 #df7734 #df349d

Monochromatic Colors of #df3447

#df3447

Complementary Color

#df3447 #34dfcc

#df3447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3447 Color CSS Codes

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

#df3447 Text Font Color

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

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


#df3447 Background Color

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

This div background color is #df3447


#df3447 Border Color

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

This div border color is #df3447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3447


Comments

No comments written yet.

Please login to write comment.