Color Hex Logo

#da741a Color Hex

#DA741A
(218,116,26)
0 Favorites   0 Comments

Color spaces of #da741a

RGB 21811626
HSL0.080.790.48
HSV28°88°85°
CMYK 0.000.470.88   0.15
XYZ35.345327.47084.4168
Yxy27.47080.52570.4086
Hunter Lab52.412628.652431.6925
CIE-Lab59.407634.524361.2937

#da741a color RGB value is (218,116,26).

#da741a hex color red value is 218, green value is 116 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #da741a hue: 0.08 , saturation: 0.79 and the lightness value of da741a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 00011010
Octal 332 164 32
Decimal 218 116 26
Hex DA 74 1A

RGB Percentages of Color #da741a

%60.56
%32.22
%7.22

CMYK Percentages of Color #da741a

%0
%47
%88
%15

Triadic Colors of #da741a

#da741a #1ada74 #741ada

Analogous Colors of #da741a

#da741a #dad41a #da1a20

Monochromatic Colors of #da741a

#da741a

Complementary Color

#da741a #1a80da

#da741a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da741a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da741a Color CSS Codes

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

#da741a Text Font Color

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

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


#da741a Background Color

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

This div background color is #da741a


#da741a Border Color

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

This div border color is #da741a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da741a


Comments

No comments written yet.

Please login to write comment.