Color Hex Logo

#df7448 Color Hex

#DF7448
(223,116,72)
0 Favorites   0 Comments

Color spaces of #df7448

RGB 22311672
HSL0.050.700.58
HSV17°68°87°
CMYK 0.000.480.68   0.13
XYZ37.846528.64669.6655
Yxy28.64660.49690.3761
Hunter Lab53.522532.555426.7587
CIE-Lab60.468538.240342.6244

#df7448 color RGB value is (223,116,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 01001000
Octal 337 164 110
Decimal 223 116 72
Hex DF 74 48

RGB Percentages of Color #df7448

%54.26
%28.22
%17.52

CMYK Percentages of Color #df7448

%0
%48
%68
%13

Triadic Colors of #df7448

#df7448 #48df74 #7448df

Analogous Colors of #df7448

#df7448 #dfc048 #df4868

Monochromatic Colors of #df7448

#df7448

Complementary Color

#df7448 #48b3df

#df7448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7448 Color CSS Codes

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

#df7448 Text Font Color

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

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


#df7448 Background Color

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

This div background color is #df7448


#df7448 Border Color

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

This div border color is #df7448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,116,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 #df7448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7448


Comments

No comments written yet.

Please login to write comment.