Color Hex Logo

#df350b Color Hex

#DF350B
(223,53,11)
0 Favorites   0 Comments

Color spaces of #df350b

RGB 2235311
HSL0.030.910.46
HSV12°95°87°
CMYK 0.000.760.95   0.13
XYZ31.764918.25832.1666
Yxy18.25830.60860.3498
Hunter Lab42.729757.918326.9045
CIE-Lab49.807963.326759.2656

#df350b color RGB value is (223,53,11).

#df350b hex color red value is 223, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #df350b hue: 0.03 , saturation: 0.91 and the lightness value of df350b is 0.46.

The process color (four color CMYK) of #df350b color hex is 0.00, 0.76, 0.95, 0.13. Web safe color of #df350b is #cc3300. Color #df350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 00001011
Octal 337 65 13
Decimal 223 53 11
Hex DF 35 B

RGB Percentages of Color #df350b

%77.70
%18.47
%3.83

CMYK Percentages of Color #df350b

%0
%76
%95
%13

Triadic Colors of #df350b

#df350b #0bdf35 #350bdf

Analogous Colors of #df350b

#df350b #df9f0b #df0b4b

Monochromatic Colors of #df350b

#df350b

Complementary Color

#df350b #0bb5df

#df350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df350b Color CSS Codes

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

#df350b Text Font Color

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

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


#df350b Background Color

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

This div background color is #df350b


#df350b Border Color

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

This div border color is #df350b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df350b


Comments

No comments written yet.

Please login to write comment.