Color Hex Logo

#da420f Color Hex

#DA420F
(218,66,15)
0 Favorites   0 Comments

Color spaces of #da420f

RGB 2186615
HSL0.040.870.46
HSV15°93°85°
CMYK 0.000.700.93   0.15
XYZ30.947918.83632.4566
Yxy18.83630.59240.3606
Hunter Lab43.400851.331927.0246
CIE-Lab50.495157.363958.1329

#da420f color RGB value is (218,66,15).

#da420f hex color red value is 218, green value is 66 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #da420f hue: 0.04 , saturation: 0.87 and the lightness value of da420f is 0.46.

The process color (four color CMYK) of #da420f color hex is 0.00, 0.70, 0.93, 0.15. Web safe color of #da420f is #cc3300. Color #da420f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 00001111
Octal 332 102 17
Decimal 218 66 15
Hex DA 42 F

RGB Percentages of Color #da420f

%72.91
%22.07
%5.02

CMYK Percentages of Color #da420f

%0
%70
%93
%15

Triadic Colors of #da420f

#da420f #0fda42 #420fda

Analogous Colors of #da420f

#da420f #daa80f #da0f41

Monochromatic Colors of #da420f

#da420f

Complementary Color

#da420f #0fa7da

#da420f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da420f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da420f Color CSS Codes

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

#da420f Text Font Color

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

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


#da420f Background Color

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

This div background color is #da420f


#da420f Border Color

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

This div border color is #da420f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,66,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da420f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da420f;
  -webkit-box-shadow: 1px 1px 3px 2px #da420f;
  box-shadow:         1px 1px 3px 2px #da420f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,66,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da420f


Comments

No comments written yet.

Please login to write comment.