Color Hex Logo

#da835e Color Hex

#DA835E
(218,131,94)
0 Favorites   0 Comments

Color spaces of #da835e

RGB 21813194
HSL0.050.630.61
HSV18°57°85°
CMYK 0.000.400.57   0.15
XYZ39.050131.946214.6977
Yxy31.94620.45570.3728
Hunter Lab56.521024.413224.1469
CIE-Lab63.298429.901234.1263

#da835e color RGB value is (218,131,94).

#da835e hex color red value is 218, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da835e hue: 0.05 , saturation: 0.63 and the lightness value of da835e is 0.61.

The process color (four color CMYK) of #da835e color hex is 0.00, 0.40, 0.57, 0.15. Web safe color of #da835e is #cc9966. Color #da835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01011110
Octal 332 203 136
Decimal 218 131 94
Hex DA 83 5E

RGB Percentages of Color #da835e

%49.21
%29.57
%21.22

CMYK Percentages of Color #da835e

%0
%40
%57
%15

Triadic Colors of #da835e

#da835e #5eda83 #835eda

Analogous Colors of #da835e

#da835e #dac15e #da5e77

Monochromatic Colors of #da835e

#da835e

Complementary Color

#da835e #5eb5da

#da835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da835e Color CSS Codes

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

#da835e Text Font Color

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

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


#da835e Background Color

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

This div background color is #da835e


#da835e Border Color

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

This div border color is #da835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da835e


Comments

No comments written yet.

Please login to write comment.