Color Hex Logo

#da882f Color Hex

#DA882F
(218,136,47)
0 Favorites   0 Comments

Color spaces of #da882f

RGB 21813647
HSL0.090.700.52
HSV31°78°85°
CMYK 0.000.380.78   0.15
XYZ38.230732.71906.9897
Yxy32.71900.49050.4198
Hunter Lab57.200519.201832.7953
CIE-Lab63.932724.548757.7341

#da882f color RGB value is (218,136,47).

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

The process color (four color CMYK) of #da882f color hex is 0.00, 0.38, 0.78, 0.15. Web safe color of #da882f is #cc9933. Color #da882f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 00101111
Octal 332 210 57
Decimal 218 136 47
Hex DA 88 2F

RGB Percentages of Color #da882f

%54.36
%33.92
%11.72

CMYK Percentages of Color #da882f

%0
%38
%78
%15

Triadic Colors of #da882f

#da882f #2fda88 #882fda

Analogous Colors of #da882f

#da882f #d7da2f #da332f

Monochromatic Colors of #da882f

#da882f

Complementary Color

#da882f #2f81da

#da882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da882f Color CSS Codes

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

#da882f Text Font Color

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

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


#da882f Background Color

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

This div background color is #da882f


#da882f Border Color

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

This div border color is #da882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da882f


Comments

No comments written yet.

Please login to write comment.