Color Hex Logo

#df043f Color Hex

#DF043F
(223,4,63)
0 Favorites   0 Comments

Color spaces of #df043f

RGB 223463
HSL0.960.960.45
HSV344°98°87°
CMYK 0.000.980.72   0.13
XYZ31.372016.13376.1632
Yxy16.13370.58450.3006
Hunter Lab40.166869.124419.0193
CIE-Lab47.149473.349232.0870

#df043f color RGB value is (223,4,63).

#df043f hex color red value is 223, green value is 4 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #df043f hue: 0.96 , saturation: 0.96 and the lightness value of df043f is 0.45.

The process color (four color CMYK) of #df043f color hex is 0.00, 0.98, 0.72, 0.13. Web safe color of #df043f is #cc0033. Color #df043f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000100 00111111
Octal 337 4 77
Decimal 223 4 63
Hex DF 4 3F

RGB Percentages of Color #df043f

%76.90
%1.38
%21.72

CMYK Percentages of Color #df043f

%0
%98
%72
%13

Triadic Colors of #df043f

#df043f #3fdf04 #043fdf

Analogous Colors of #df043f

#df043f #df3604 #df04ad

Monochromatic Colors of #df043f

#df043f

Complementary Color

#df043f #04dfa4

#df043f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df043f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df043f Color CSS Codes

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

#df043f Text Font Color

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

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


#df043f Background Color

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

This div background color is #df043f


#df043f Border Color

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

This div border color is #df043f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df043f


Comments

No comments written yet.

Please login to write comment.