Color Hex Logo

#da7026 Color Hex

#DA7026
(218,112,38)
0 Favorites   0 Comments

Color spaces of #da7026

RGB 21811238
HSL0.070.710.50
HSV25°83°85°
CMYK 0.000.490.83   0.15
XYZ35.057526.63375.1268
Yxy26.63370.52470.3986
Hunter Lab51.607830.942330.2355
CIE-Lab58.633736.881356.4586

#da7026 color RGB value is (218,112,38).

#da7026 hex color red value is 218, green value is 112 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #da7026 hue: 0.07 , saturation: 0.71 and the lightness value of da7026 is 0.50.

The process color (four color CMYK) of #da7026 color hex is 0.00, 0.49, 0.83, 0.15. Web safe color of #da7026 is #cc6633. Color #da7026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 00100110
Octal 332 160 46
Decimal 218 112 38
Hex DA 70 26

RGB Percentages of Color #da7026

%59.24
%30.43
%10.33

CMYK Percentages of Color #da7026

%0
%49
%83
%15

Triadic Colors of #da7026

#da7026 #26da70 #7026da

Analogous Colors of #da7026

#da7026 #daca26 #da2636

Monochromatic Colors of #da7026

#da7026

Complementary Color

#da7026 #2690da

#da7026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7026 Color CSS Codes

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

#da7026 Text Font Color

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

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


#da7026 Background Color

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

This div background color is #da7026


#da7026 Border Color

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

This div border color is #da7026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7026


Comments

No comments written yet.

Please login to write comment.