Color Hex Logo

#df632d Color Hex

#DF632D
(223,99,45)
0 Favorites   0 Comments

Color spaces of #df632d

RGB 2239945
HSL0.050.740.53
HSV18°80°87°
CMYK 0.000.560.80   0.13
XYZ35.366924.80115.4057
Yxy24.80110.53930.3782
Hunter Lab49.800739.613928.4248
CIE-Lab56.881145.487552.1503

#df632d color RGB value is (223,99,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100011 00101101
Octal 337 143 55
Decimal 223 99 45
Hex DF 63 2D

RGB Percentages of Color #df632d

%60.76
%26.98
%12.26

CMYK Percentages of Color #df632d

%0
%56
%80
%13

Triadic Colors of #df632d

#df632d #2ddf63 #632ddf

Analogous Colors of #df632d

#df632d #dfbc2d #df2d50

Monochromatic Colors of #df632d

#df632d

Complementary Color

#df632d #2da9df

#df632d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df632d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df632d Color CSS Codes

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

#df632d Text Font Color

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

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


#df632d Background Color

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

This div background color is #df632d


#df632d Border Color

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

This div border color is #df632d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df632d


Comments

No comments written yet.

Please login to write comment.