Color Hex Logo

#da7513 Color Hex

#DA7513
(218,117,19)
0 Favorites   0 Comments

Color spaces of #da7513

RGB 21811719
HSL0.080.840.46
HSV30°91°85°
CMYK 0.000.460.91   0.15
XYZ35.392327.67504.0925
Yxy27.67500.52700.4121
Hunter Lab52.607028.026732.2125
CIE-Lab59.594033.880263.3399

#da7513 color RGB value is (218,117,19).

#da7513 hex color red value is 218, green value is 117 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #da7513 hue: 0.08 , saturation: 0.84 and the lightness value of da7513 is 0.46.

The process color (four color CMYK) of #da7513 color hex is 0.00, 0.46, 0.91, 0.15. Web safe color of #da7513 is #cc6600. Color #da7513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 00010011
Octal 332 165 23
Decimal 218 117 19
Hex DA 75 13

RGB Percentages of Color #da7513

%61.58
%33.05
%5.37

CMYK Percentages of Color #da7513

%0
%46
%91
%15

Triadic Colors of #da7513

#da7513 #13da75 #7513da

Analogous Colors of #da7513

#da7513 #dad913 #da1314

Monochromatic Colors of #da7513

#da7513

Complementary Color

#da7513 #1378da

#da7513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7513 Color CSS Codes

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

#da7513 Text Font Color

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

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


#da7513 Background Color

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

This div background color is #da7513


#da7513 Border Color

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

This div border color is #da7513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7513


Comments

No comments written yet.

Please login to write comment.