Color Hex Logo

#da721a Color Hex

#DA721A
(218,114,26)
0 Favorites   0 Comments

Color spaces of #da721a

RGB 21811426
HSL0.080.790.48
HSV28°88°85°
CMYK 0.000.480.88   0.15
XYZ35.117227.01464.3407
Yxy27.01460.52830.4064
Hunter Lab51.975629.646031.4313
CIE-Lab58.987835.558460.9670

#da721a color RGB value is (218,114,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 00011010
Octal 332 162 32
Decimal 218 114 26
Hex DA 72 1A

RGB Percentages of Color #da721a

%60.89
%31.84
%7.26

CMYK Percentages of Color #da721a

%0
%48
%88
%15

Triadic Colors of #da721a

#da721a #1ada72 #721ada

Analogous Colors of #da721a

#da721a #dad21a #da1a22

Monochromatic Colors of #da721a

#da721a

Complementary Color

#da721a #1a82da

#da721a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da721a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da721a Color CSS Codes

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

#da721a Text Font Color

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

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


#da721a Background Color

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

This div background color is #da721a


#da721a Border Color

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

This div border color is #da721a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,114,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 #da721a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da721a


Comments

No comments written yet.

Please login to write comment.