Color Hex Logo

#df050c Color Hex

#DF050C
(223,5,12)
0 Favorites   0 Comments

Color spaces of #df050c

RGB 223512
HSL0.990.960.45
HSV358°98°87°
CMYK 0.000.980.95   0.13
XYZ30.552115.82311.7917
Yxy15.82310.63430.3285
Hunter Lab39.778367.486825.1742
CIE-Lab46.741572.070557.3047

#df050c color RGB value is (223,5,12).

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

The process color (four color CMYK) of #df050c color hex is 0.00, 0.98, 0.95, 0.13. Web safe color of #df050c is #cc0000. Color #df050c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000101 00001100
Octal 337 5 14
Decimal 223 5 12
Hex DF 5 C

RGB Percentages of Color #df050c

%92.92
%2.08
%5.00

CMYK Percentages of Color #df050c

%0
%98
%95
%13

Triadic Colors of #df050c

#df050c #0cdf05 #050cdf

Analogous Colors of #df050c

#df050c #df6b05 #df0579

Monochromatic Colors of #df050c

#df050c

Complementary Color

#df050c #05dfd8

#df050c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df050c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df050c Color CSS Codes

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

#df050c Text Font Color

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

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


#df050c Background Color

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

This div background color is #df050c


#df050c Border Color

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

This div border color is #df050c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df050c


Comments

No comments written yet.

Please login to write comment.