Color Hex Logo

#df612c Color Hex

#DF612C
(223,97,44)
0 Favorites   0 Comments

Color spaces of #df612c

RGB 2239744
HSL0.050.740.52
HSV18°80°87°
CMYK 0.000.570.80   0.13
XYZ35.160724.41925.2431
Yxy24.41920.54240.3767
Hunter Lab49.415840.530128.3003
CIE-Lab56.505146.408052.2465

#df612c color RGB value is (223,97,44).

#df612c hex color red value is 223, green value is 97 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #df612c hue: 0.05 , saturation: 0.74 and the lightness value of df612c is 0.52.

The process color (four color CMYK) of #df612c color hex is 0.00, 0.57, 0.80, 0.13. Web safe color of #df612c is #cc6633. Color #df612c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 00101100
Octal 337 141 54
Decimal 223 97 44
Hex DF 61 2C

RGB Percentages of Color #df612c

%61.26
%26.65
%12.09

CMYK Percentages of Color #df612c

%0
%57
%80
%13

Triadic Colors of #df612c

#df612c #2cdf61 #612cdf

Analogous Colors of #df612c

#df612c #dfbb2c #df2c50

Monochromatic Colors of #df612c

#df612c

Complementary Color

#df612c #2caadf

#df612c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df612c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df612c Color CSS Codes

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

#df612c Text Font Color

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

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


#df612c Background Color

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

This div background color is #df612c


#df612c Border Color

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

This div border color is #df612c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df612c


Comments

No comments written yet.

Please login to write comment.