Color Hex Logo

#df163f Color Hex

#DF163F
(223,22,63)
0 Favorites   0 Comments

Color spaces of #df163f

RGB 2232263
HSL0.970.820.48
HSV348°90°87°
CMYK 0.000.900.72   0.13
XYZ31.615516.62076.2444
Yxy16.62070.58030.3051
Hunter Lab40.768567.079819.4567
CIE-Lab47.778571.529332.8359

#df163f color RGB value is (223,22,63).

#df163f hex color red value is 223, green value is 22 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #df163f hue: 0.97 , saturation: 0.82 and the lightness value of df163f is 0.48.

The process color (four color CMYK) of #df163f color hex is 0.00, 0.90, 0.72, 0.13. Web safe color of #df163f is #cc0033. Color #df163f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010110 00111111
Octal 337 26 77
Decimal 223 22 63
Hex DF 16 3F

RGB Percentages of Color #df163f

%72.40
%7.14
%20.45

CMYK Percentages of Color #df163f

%0
%90
%72
%13

Triadic Colors of #df163f

#df163f #3fdf16 #163fdf

Analogous Colors of #df163f

#df163f #df5216 #df16a4

Monochromatic Colors of #df163f

#df163f

Complementary Color

#df163f #16dfb6

#df163f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df163f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df163f Color CSS Codes

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

#df163f Text Font Color

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

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


#df163f Background Color

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

This div background color is #df163f


#df163f Border Color

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

This div border color is #df163f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df163f


Comments

No comments written yet.

Please login to write comment.