Color Hex Logo

#df6434 Color Hex

#DF6434
(223,100,52)
0 Favorites   0 Comments

Color spaces of #df6434

RGB 22310052
HSL0.050.730.54
HSV17°77°87°
CMYK 0.000.550.77   0.13
XYZ35.608425.05036.2072
Yxy25.05030.53250.3746
Hunter Lab50.050339.406327.6821
CIE-Lab57.124445.255649.1029

#df6434 color RGB value is (223,100,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100100 00110100
Octal 337 144 64
Decimal 223 100 52
Hex DF 64 34

RGB Percentages of Color #df6434

%59.47
%26.67
%13.87

CMYK Percentages of Color #df6434

%0
%55
%77
%13

Triadic Colors of #df6434

#df6434 #34df64 #6434df

Analogous Colors of #df6434

#df6434 #dfba34 #df3459

Monochromatic Colors of #df6434

#df6434

Complementary Color

#df6434 #34afdf

#df6434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6434 Color CSS Codes

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

#df6434 Text Font Color

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

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


#df6434 Background Color

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

This div background color is #df6434


#df6434 Border Color

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

This div border color is #df6434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6434


Comments

No comments written yet.

Please login to write comment.