Color Hex Logo

#da420e Color Hex

#DA420E
(218,66,14)
0 Favorites   0 Comments

Color spaces of #da420e

RGB 2186614
HSL0.040.880.45
HSV15°94°85°
CMYK 0.000.700.94   0.15
XYZ30.940918.83362.4199
Yxy18.83360.59280.3608
Hunter Lab43.397751.317727.0723
CIE-Lab50.492057.351758.4103

#da420e color RGB value is (218,66,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 00001110
Octal 332 102 16
Decimal 218 66 14
Hex DA 42 E

RGB Percentages of Color #da420e

%73.15
%22.15
%4.70

CMYK Percentages of Color #da420e

%0
%70
%94
%15

Triadic Colors of #da420e

#da420e #0eda42 #420eda

Analogous Colors of #da420e

#da420e #daa80e #da0e40

Monochromatic Colors of #da420e

#da420e

Complementary Color

#da420e #0ea6da

#da420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da420e Color CSS Codes

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

#da420e Text Font Color

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

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


#da420e Background Color

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

This div background color is #da420e


#da420e Border Color

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

This div border color is #da420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da420e


Comments

No comments written yet.

Please login to write comment.