Color Hex Logo

#df204f Color Hex

#DF204F
(223,32,79)
0 Favorites   0 Comments

Color spaces of #df204f

RGB 2233279
HSL0.960.750.50
HSV345°86°87°
CMYK 0.000.860.65   0.13
XYZ32.359217.28559.0281
Yxy17.28550.55150.2946
Hunter Lab41.575866.172016.2284
CIE-Lab48.617870.607224.1981

#df204f color RGB value is (223,32,79).

#df204f hex color red value is 223, green value is 32 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #df204f hue: 0.96 , saturation: 0.75 and the lightness value of df204f is 0.50.

The process color (four color CMYK) of #df204f color hex is 0.00, 0.86, 0.65, 0.13. Web safe color of #df204f is #cc3366. Color #df204f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 01001111
Octal 337 40 117
Decimal 223 32 79
Hex DF 20 4F

RGB Percentages of Color #df204f

%66.77
%9.58
%23.65

CMYK Percentages of Color #df204f

%0
%86
%65
%13

Triadic Colors of #df204f

#df204f #4fdf20 #204fdf

Analogous Colors of #df204f

#df204f #df5120 #df20af

Monochromatic Colors of #df204f

#df204f

Complementary Color

#df204f #20dfb0

#df204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df204f Color CSS Codes

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

#df204f Text Font Color

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

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


#df204f Background Color

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

This div background color is #df204f


#df204f Border Color

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

This div border color is #df204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df204f


Comments

No comments written yet.

Please login to write comment.