Color Hex Logo

#df5005 Color Hex

#DF5005
(223,80,5)
0 Favorites   0 Comments

Color spaces of #df5005

RGB 223805
HSL0.060.960.45
HSV21°98°87°
CMYK 0.000.640.98   0.13
XYZ33.327521.43632.5246
Yxy21.43630.58170.3742
Hunter Lab46.299447.465229.1766
CIE-Lab53.423753.340162.6655

#df5005 color RGB value is (223,80,5).

#df5005 hex color red value is 223, green value is 80 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #df5005 hue: 0.06 , saturation: 0.96 and the lightness value of df5005 is 0.45.

The process color (four color CMYK) of #df5005 color hex is 0.00, 0.64, 0.98, 0.13. Web safe color of #df5005 is #cc6600. Color #df5005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 00000101
Octal 337 120 5
Decimal 223 80 5
Hex DF 50 5

RGB Percentages of Color #df5005

%72.40
%25.97
%1.62

CMYK Percentages of Color #df5005

%0
%64
%98
%13

Triadic Colors of #df5005

#df5005 #05df50 #5005df

Analogous Colors of #df5005

#df5005 #dfbd05 #df0527

Monochromatic Colors of #df5005

#df5005

Complementary Color

#df5005 #0594df

#df5005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5005 Color CSS Codes

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

#df5005 Text Font Color

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

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


#df5005 Background Color

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

This div background color is #df5005


#df5005 Border Color

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

This div border color is #df5005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5005


Comments

No comments written yet.

Please login to write comment.