Color Hex Logo

#df063c Color Hex

#DF063C
(223,6,60)
0 Favorites   0 Comments

Color spaces of #df063c

RGB 223660
HSL0.960.950.45
HSV345°97°87°
CMYK 0.000.970.73   0.13
XYZ31.312216.14455.7408
Yxy16.14450.58860.3035
Hunter Lab40.180268.788619.6550
CIE-Lab47.163573.068833.9073

#df063c color RGB value is (223,6,60).

#df063c hex color red value is 223, green value is 6 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #df063c hue: 0.96 , saturation: 0.95 and the lightness value of df063c is 0.45.

The process color (four color CMYK) of #df063c color hex is 0.00, 0.97, 0.73, 0.13. Web safe color of #df063c is #cc0033. Color #df063c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 00111100
Octal 337 6 74
Decimal 223 6 60
Hex DF 6 3C

RGB Percentages of Color #df063c

%77.16
%2.08
%20.76

CMYK Percentages of Color #df063c

%0
%97
%73
%13

Triadic Colors of #df063c

#df063c #3cdf06 #063cdf

Analogous Colors of #df063c

#df063c #df3d06 #df06a9

Monochromatic Colors of #df063c

#df063c

Complementary Color

#df063c #06dfa9

#df063c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df063c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df063c Color CSS Codes

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

#df063c Text Font Color

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

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


#df063c Background Color

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

This div background color is #df063c


#df063c Border Color

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

This div border color is #df063c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df063c


Comments

No comments written yet.

Please login to write comment.