Color Hex Logo

#df7248 Color Hex

#DF7248
(223,114,72)
0 Favorites   0 Comments

Color spaces of #df7248

RGB 22311472
HSL0.050.700.58
HSV17°68°87°
CMYK 0.000.490.68   0.13
XYZ37.618428.19059.5895
Yxy28.19050.49890.3739
Hunter Lab53.094733.554126.4579
CIE-Lab60.060539.258542.1554

#df7248 color RGB value is (223,114,72).

#df7248 hex color red value is 223, green value is 114 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #df7248 hue: 0.05 , saturation: 0.70 and the lightness value of df7248 is 0.58.

The process color (four color CMYK) of #df7248 color hex is 0.00, 0.49, 0.68, 0.13. Web safe color of #df7248 is #cc6633. Color #df7248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 01001000
Octal 337 162 110
Decimal 223 114 72
Hex DF 72 48

RGB Percentages of Color #df7248

%54.52
%27.87
%17.60

CMYK Percentages of Color #df7248

%0
%49
%68
%13

Triadic Colors of #df7248

#df7248 #48df72 #7248df

Analogous Colors of #df7248

#df7248 #dfbe48 #df486a

Monochromatic Colors of #df7248

#df7248

Complementary Color

#df7248 #48b5df

#df7248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7248 Color CSS Codes

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

#df7248 Text Font Color

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

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


#df7248 Background Color

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

This div background color is #df7248


#df7248 Border Color

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

This div border color is #df7248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7248


Comments

No comments written yet.

Please login to write comment.