Color Hex Logo

#df406b Color Hex

#DF406B
(223,64,107)
0 Favorites   0 Comments

Color spaces of #df406b

RGB 22364107
HSL0.950.710.56
HSV344°71°87°
CMYK 0.000.710.52   0.13
XYZ34.918720.416316.0102
Yxy20.41630.48940.2862
Hunter Lab45.184458.872910.6208
CIE-Lab52.304763.688012.2043

#df406b color RGB value is (223,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 01101011
Octal 337 100 153
Decimal 223 64 107
Hex DF 40 6B

RGB Percentages of Color #df406b

%56.60
%16.24
%27.16

CMYK Percentages of Color #df406b

%0
%71
%52
%13

Triadic Colors of #df406b

#df406b #6bdf40 #406bdf

Analogous Colors of #df406b

#df406b #df6540 #df40bb

Monochromatic Colors of #df406b

#df406b

Complementary Color

#df406b #40dfb4

#df406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df406b Color CSS Codes

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

#df406b Text Font Color

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

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


#df406b Background Color

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

This div background color is #df406b


#df406b Border Color

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

This div border color is #df406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df406b


Comments

No comments written yet.

Please login to write comment.