Color Hex Logo

#df405d Color Hex

#DF405D
(223,64,93)
0 Favorites   0 Comments

Color spaces of #df405d

RGB 2236493
HSL0.970.710.56
HSV349°71°87°
CMYK 0.000.710.58   0.13
XYZ34.240620.145112.4396
Yxy20.14510.51240.3015
Hunter Lab44.883357.628414.9858
CIE-Lab52.000962.664220.1966

#df405d color RGB value is (223,64,93).

#df405d hex color red value is 223, green value is 64 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #df405d hue: 0.97 , saturation: 0.71 and the lightness value of df405d is 0.56.

The process color (four color CMYK) of #df405d color hex is 0.00, 0.71, 0.58, 0.13. Web safe color of #df405d is #cc3366. Color #df405d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 01011101
Octal 337 100 135
Decimal 223 64 93
Hex DF 40 5D

RGB Percentages of Color #df405d

%58.68
%16.84
%24.47

CMYK Percentages of Color #df405d

%0
%71
%58
%13

Triadic Colors of #df405d

#df405d #5ddf40 #405ddf

Analogous Colors of #df405d

#df405d #df7340 #df40ad

Monochromatic Colors of #df405d

#df405d

Complementary Color

#df405d #40dfc2

#df405d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df405d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df405d Color CSS Codes

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

#df405d Text Font Color

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

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


#df405d Background Color

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

This div background color is #df405d


#df405d Border Color

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

This div border color is #df405d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df405d


Comments

No comments written yet.

Please login to write comment.