Color Hex Logo

#df013c Color Hex

#DF013C
(223,1,60)
0 Favorites   0 Comments

Color spaces of #df013c

RGB 223160
HSL0.960.990.44
HSV344°100°87°
CMYK 0.001.000.73   0.13
XYZ31.257916.03595.7227
Yxy16.03590.58960.3025
Hunter Lab40.044869.253719.5584
CIE-Lab47.021673.480933.7414

#df013c color RGB value is (223,1,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 00111100
Octal 337 1 74
Decimal 223 1 60
Hex DF 1 3C

RGB Percentages of Color #df013c

%78.52
%0.35
%21.13

CMYK Percentages of Color #df013c

%0
%100
%73
%13

Triadic Colors of #df013c

#df013c #3cdf01 #013cdf

Analogous Colors of #df013c

#df013c #df3501 #df01ab

Monochromatic Colors of #df013c

#df013c

Complementary Color

#df013c #01dfa4

#df013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df013c Color CSS Codes

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

#df013c Text Font Color

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

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


#df013c Background Color

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

This div background color is #df013c


#df013c Border Color

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

This div border color is #df013c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,1,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 #df013c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df013c


Comments

No comments written yet.

Please login to write comment.