Color Hex Logo

#da711d Color Hex

#DA711D
(218,113,29)
0 Favorites   0 Comments

Color spaces of #da711d

RGB 21811329
HSL0.070.770.48
HSV27°87°85°
CMYK 0.000.480.87   0.15
XYZ35.040326.80444.4893
Yxy26.80440.52820.4041
Hunter Lab51.773030.207331.1000
CIE-Lab58.792836.136959.8598

#da711d color RGB value is (218,113,29).

#da711d hex color red value is 218, green value is 113 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #da711d hue: 0.07 , saturation: 0.77 and the lightness value of da711d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 00011101
Octal 332 161 35
Decimal 218 113 29
Hex DA 71 1D

RGB Percentages of Color #da711d

%60.56
%31.39
%8.06

CMYK Percentages of Color #da711d

%0
%48
%87
%15

Triadic Colors of #da711d

#da711d #1dda71 #711dda

Analogous Colors of #da711d

#da711d #dad01d #da1d28

Monochromatic Colors of #da711d

#da711d

Complementary Color

#da711d #1d86da

#da711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da711d Color CSS Codes

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

#da711d Text Font Color

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

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


#da711d Background Color

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

This div background color is #da711d


#da711d Border Color

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

This div border color is #da711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da711d


Comments

No comments written yet.

Please login to write comment.