Color Hex Logo

#df7350 Color Hex

#DF7350
(223,115,80)
0 Favorites   0 Comments

Color spaces of #df7350

RGB 22311580
HSL0.040.690.59
HSV15°64°87°
CMYK 0.000.480.64   0.13
XYZ38.010128.528611.0926
Yxy28.52860.48960.3675
Hunter Lab53.412233.556025.0752
CIE-Lab60.363339.222838.2521

#df7350 color RGB value is (223,115,80).

#df7350 hex color red value is 223, green value is 115 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #df7350 hue: 0.04 , saturation: 0.69 and the lightness value of df7350 is 0.59.

The process color (four color CMYK) of #df7350 color hex is 0.00, 0.48, 0.64, 0.13. Web safe color of #df7350 is #cc6666. Color #df7350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 01010000
Octal 337 163 120
Decimal 223 115 80
Hex DF 73 50

RGB Percentages of Color #df7350

%53.35
%27.51
%19.14

CMYK Percentages of Color #df7350

%0
%48
%64
%13

Triadic Colors of #df7350

#df7350 #50df73 #7350df

Analogous Colors of #df7350

#df7350 #dfbb50 #df5075

Monochromatic Colors of #df7350

#df7350

Complementary Color

#df7350 #50bcdf

#df7350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7350 Color CSS Codes

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

#df7350 Text Font Color

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

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


#df7350 Background Color

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

This div background color is #df7350


#df7350 Border Color

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

This div border color is #df7350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7350


Comments

No comments written yet.

Please login to write comment.