Color Hex Logo

#da832e Color Hex

#DA832E
(218,131,46)
0 Favorites   0 Comments

Color spaces of #da832e

RGB 21813146
HSL0.080.700.52
HSV30°79°85°
CMYK 0.000.400.79   0.15
XYZ37.522931.33536.6554
Yxy31.33530.49690.4150
Hunter Lab55.977921.690032.1354
CIE-Lab62.789727.183757.0609

#da832e color RGB value is (218,131,46).

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

The process color (four color CMYK) of #da832e color hex is 0.00, 0.40, 0.79, 0.15. Web safe color of #da832e is #cc9933. Color #da832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 00101110
Octal 332 203 56
Decimal 218 131 46
Hex DA 83 2E

RGB Percentages of Color #da832e

%55.19
%33.16
%11.65

CMYK Percentages of Color #da832e

%0
%40
%79
%15

Triadic Colors of #da832e

#da832e #2eda83 #832eda

Analogous Colors of #da832e

#da832e #dad92e #da2e2f

Monochromatic Colors of #da832e

#da832e

Complementary Color

#da832e #2e85da

#da832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da832e Color CSS Codes

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

#da832e Text Font Color

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

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


#da832e Background Color

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

This div background color is #da832e


#da832e Border Color

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

This div border color is #da832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da832e


Comments

No comments written yet.

Please login to write comment.