Color Hex Logo

#da7928 Color Hex

#DA7928
(218,121,40)
0 Favorites   0 Comments

Color spaces of #da7928

RGB 21812140
HSL0.080.710.51
HSV27°82°85°
CMYK 0.000.440.82   0.15
XYZ36.133828.73345.6491
Yxy28.73340.51240.4075
Hunter Lab53.603526.519531.2741
CIE-Lab60.545632.273157.3813

#da7928 color RGB value is (218,121,40).

#da7928 hex color red value is 218, green value is 121 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #da7928 hue: 0.08 , saturation: 0.71 and the lightness value of da7928 is 0.51.

The process color (four color CMYK) of #da7928 color hex is 0.00, 0.44, 0.82, 0.15. Web safe color of #da7928 is #cc6633. Color #da7928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 00101000
Octal 332 171 50
Decimal 218 121 40
Hex DA 79 28

RGB Percentages of Color #da7928

%57.52
%31.93
%10.55

CMYK Percentages of Color #da7928

%0
%44
%82
%15

Triadic Colors of #da7928

#da7928 #28da79 #7928da

Analogous Colors of #da7928

#da7928 #dad228 #da2830

Monochromatic Colors of #da7928

#da7928

Complementary Color

#da7928 #2889da

#da7928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7928 Color CSS Codes

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

#da7928 Text Font Color

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

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


#da7928 Background Color

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

This div background color is #da7928


#da7928 Border Color

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

This div border color is #da7928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7928


Comments

No comments written yet.

Please login to write comment.