Color Hex Logo

#df621f Color Hex

#DF621F
(223,98,31)
0 Favorites   0 Comments

Color spaces of #df621f

RGB 2239831
HSL0.060.760.50
HSV21°86°87°
CMYK 0.000.560.86   0.13
XYZ35.046424.52234.1824
Yxy24.52230.54970.3847
Hunter Lab49.520039.668429.6564
CIE-Lab56.607045.579557.7029

#df621f color RGB value is (223,98,31).

#df621f hex color red value is 223, green value is 98 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df621f hue: 0.06 , saturation: 0.76 and the lightness value of df621f is 0.50.

The process color (four color CMYK) of #df621f color hex is 0.00, 0.56, 0.86, 0.13. Web safe color of #df621f is #cc6633. Color #df621f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100010 00011111
Octal 337 142 37
Decimal 223 98 31
Hex DF 62 1F

RGB Percentages of Color #df621f

%63.35
%27.84
%8.81

CMYK Percentages of Color #df621f

%0
%56
%86
%13

Triadic Colors of #df621f

#df621f #1fdf62 #621fdf

Analogous Colors of #df621f

#df621f #dfc21f #df1f3c

Monochromatic Colors of #df621f

#df621f

Complementary Color

#df621f #1f9cdf

#df621f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df621f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df621f Color CSS Codes

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

#df621f Text Font Color

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

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


#df621f Background Color

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

This div background color is #df621f


#df621f Border Color

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

This div border color is #df621f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df621f


Comments

No comments written yet.

Please login to write comment.