Color Hex Logo

#df406e Color Hex

#DF406E
(223,64,110)
0 Favorites   0 Comments

Color spaces of #df406e

RGB 22364110
HSL0.950.710.56
HSV343°71°87°
CMYK 0.000.710.51   0.13
XYZ35.079320.480616.8561
Yxy20.48060.48440.2828
Hunter Lab45.255559.16529.5954
CIE-Lab52.376363.927410.5005

#df406e color RGB value is (223,64,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 01101110
Octal 337 100 156
Decimal 223 64 110
Hex DF 40 6E

RGB Percentages of Color #df406e

%56.17
%16.12
%27.71

CMYK Percentages of Color #df406e

%0
%71
%51
%13

Triadic Colors of #df406e

#df406e #6edf40 #406edf

Analogous Colors of #df406e

#df406e #df6240 #df40be

Monochromatic Colors of #df406e

#df406e

Complementary Color

#df406e #40dfb1

#df406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df406e Color CSS Codes

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

#df406e Text Font Color

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

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


#df406e Background Color

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

This div background color is #df406e


#df406e Border Color

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

This div border color is #df406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df406e


Comments

No comments written yet.

Please login to write comment.