Color Hex Logo

#da4317 Color Hex

#DA4317
(218,67,23)
0 Favorites   0 Comments

Color spaces of #da4317

RGB 2186723
HSL0.040.810.47
HSV14°89°85°
CMYK 0.000.690.89   0.15
XYZ31.075318.98162.8366
Yxy18.98160.58750.3589
Hunter Lab43.567951.073426.6373
CIE-Lab50.665757.100255.6516

#da4317 color RGB value is (218,67,23).

#da4317 hex color red value is 218, green value is 67 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #da4317 hue: 0.04 , saturation: 0.81 and the lightness value of da4317 is 0.47.

The process color (four color CMYK) of #da4317 color hex is 0.00, 0.69, 0.89, 0.15. Web safe color of #da4317 is #cc3300. Color #da4317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 00010111
Octal 332 103 27
Decimal 218 67 23
Hex DA 43 17

RGB Percentages of Color #da4317

%70.78
%21.75
%7.47

CMYK Percentages of Color #da4317

%0
%69
%89
%15

Triadic Colors of #da4317

#da4317 #17da43 #4317da

Analogous Colors of #da4317

#da4317 #daa517 #da174c

Monochromatic Colors of #da4317

#da4317

Complementary Color

#da4317 #17aeda

#da4317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4317 Color CSS Codes

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

#da4317 Text Font Color

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

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


#da4317 Background Color

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

This div background color is #da4317


#da4317 Border Color

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

This div border color is #da4317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4317


Comments

No comments written yet.

Please login to write comment.