Color Hex Logo

#df406a Color Hex

#DF406A
(223,64,106)
0 Favorites   0 Comments

Color spaces of #df406a

RGB 22364106
HSL0.960.710.56
HSV344°71°87°
CMYK 0.000.710.52   0.13
XYZ34.866320.395415.7347
Yxy20.39540.49110.2873
Hunter Lab45.161358.776910.9556
CIE-Lab52.281363.609212.7731

#df406a color RGB value is (223,64,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 01101010
Octal 337 100 152
Decimal 223 64 106
Hex DF 40 6A

RGB Percentages of Color #df406a

%56.74
%16.28
%26.97

CMYK Percentages of Color #df406a

%0
%71
%52
%13

Triadic Colors of #df406a

#df406a #6adf40 #406adf

Analogous Colors of #df406a

#df406a #df6640 #df40ba

Monochromatic Colors of #df406a

#df406a

Complementary Color

#df406a #40dfb5

#df406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df406a Color CSS Codes

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

#df406a Text Font Color

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

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


#df406a Background Color

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

This div background color is #df406a


#df406a Border Color

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

This div border color is #df406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df406a


Comments

No comments written yet.

Please login to write comment.