Color Hex Logo

#df652f Color Hex

#DF652F
(223,101,47)
0 Favorites   0 Comments

Color spaces of #df652f

RGB 22310147
HSL0.050.730.53
HSV18°79°87°
CMYK 0.000.550.79   0.13
XYZ35.598225.20065.6773
Yxy25.20060.53550.3791
Hunter Lab50.200238.728428.4348
CIE-Lab57.270444.592051.6104

#df652f color RGB value is (223,101,47).

#df652f hex color red value is 223, green value is 101 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #df652f hue: 0.05 , saturation: 0.73 and the lightness value of df652f is 0.53.

The process color (four color CMYK) of #df652f color hex is 0.00, 0.55, 0.79, 0.13. Web safe color of #df652f is #cc6633. Color #df652f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 00101111
Octal 337 145 57
Decimal 223 101 47
Hex DF 65 2F

RGB Percentages of Color #df652f

%60.11
%27.22
%12.67

CMYK Percentages of Color #df652f

%0
%55
%79
%13

Triadic Colors of #df652f

#df652f #2fdf65 #652fdf

Analogous Colors of #df652f

#df652f #dfbd2f #df2f51

Monochromatic Colors of #df652f

#df652f

Complementary Color

#df652f #2fa9df

#df652f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df652f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df652f Color CSS Codes

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

#df652f Text Font Color

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

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


#df652f Background Color

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

This div background color is #df652f


#df652f Border Color

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

This div border color is #df652f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df652f


Comments

No comments written yet.

Please login to write comment.