Color Hex Logo

#df004f Color Hex

#DF004F
(223,0,79)
0 Favorites   0 Comments

Color spaces of #df004f

RGB 223079
HSL0.941.000.44
HSV339°100°87°
CMYK 0.001.000.65   0.13
XYZ31.842716.25258.8559
Yxy16.25250.55910.2854
Hunter Lab40.314470.439715.1958
CIE-Lab47.304074.402422.4911

#df004f color RGB value is (223,0,79).

#df004f hex color red value is 223, green value is 0 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #df004f hue: 0.94 , saturation: 1.00 and the lightness value of df004f is 0.44.

The process color (four color CMYK) of #df004f color hex is 0.00, 1.00, 0.65, 0.13. Web safe color of #df004f is #cc0066. Color #df004f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 01001111
Octal 337 0 117
Decimal 223 0 79
Hex DF 0 4F

RGB Percentages of Color #df004f

%73.84
%0.00
%26.16

CMYK Percentages of Color #df004f

%0
%100
%65
%13

Triadic Colors of #df004f

#df004f #4fdf00 #004fdf

Analogous Colors of #df004f

#df004f #df2000 #df00bf

Monochromatic Colors of #df004f

#df004f

Complementary Color

#df004f #00df90

#df004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df004f Color CSS Codes

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

#df004f Text Font Color

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

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


#df004f Background Color

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

This div background color is #df004f


#df004f Border Color

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

This div border color is #df004f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df004f

#df004f Color Palettes


Comments

No comments written yet.

Please login to write comment.