Color Hex Logo

#df4028 Color Hex

#DF4028
(223,64,40)
0 Favorites   0 Comments

Color spaces of #df4028

RGB 2236440
HSL0.020.740.52
HSV82°87°
CMYK 0.000.710.82   0.13
XYZ32.647819.50804.0522
Yxy19.50800.58080.3471
Hunter Lab44.167954.649125.4779
CIE-Lab51.276360.182849.2197

#df4028 color RGB value is (223,64,40).

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

The process color (four color CMYK) of #df4028 color hex is 0.00, 0.71, 0.82, 0.13. Web safe color of #df4028 is #cc3333. Color #df4028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 00101000
Octal 337 100 50
Decimal 223 64 40
Hex DF 40 28

RGB Percentages of Color #df4028

%68.20
%19.57
%12.23

CMYK Percentages of Color #df4028

%0
%71
%82
%13

Triadic Colors of #df4028

#df4028 #28df40 #4028df

Analogous Colors of #df4028

#df4028 #df9c28 #df286c

Monochromatic Colors of #df4028

#df4028

Complementary Color

#df4028 #28c7df

#df4028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4028 Color CSS Codes

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

#df4028 Text Font Color

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

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


#df4028 Background Color

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

This div background color is #df4028


#df4028 Border Color

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

This div border color is #df4028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4028


Comments

No comments written yet.

Please login to write comment.