Color Hex Logo

#da742d Color Hex

#DA742D
(218,116,45)
0 Favorites   0 Comments

Color spaces of #da742d

RGB 21811645
HSL0.070.700.52
HSV25°79°85°
CMYK 0.000.470.79   0.15
XYZ35.632527.58575.9292
Yxy27.58570.51530.3989
Hunter Lab52.522129.185930.0722
CIE-Lab59.512635.043054.3872

#da742d color RGB value is (218,116,45).

#da742d hex color red value is 218, green value is 116 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #da742d hue: 0.07 , saturation: 0.70 and the lightness value of da742d is 0.52.

The process color (four color CMYK) of #da742d color hex is 0.00, 0.47, 0.79, 0.15. Web safe color of #da742d is #cc6633. Color #da742d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 00101101
Octal 332 164 55
Decimal 218 116 45
Hex DA 74 2D

RGB Percentages of Color #da742d

%57.52
%30.61
%11.87

CMYK Percentages of Color #da742d

%0
%47
%79
%15

Triadic Colors of #da742d

#da742d #2dda74 #742dda

Analogous Colors of #da742d

#da742d #dacb2d #da2d3c

Monochromatic Colors of #da742d

#da742d

Complementary Color

#da742d #2d93da

#da742d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da742d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da742d Color CSS Codes

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

#da742d Text Font Color

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

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


#da742d Background Color

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

This div background color is #da742d


#da742d Border Color

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

This div border color is #da742d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da742d


Comments

No comments written yet.

Please login to write comment.