Color Hex Logo

#da805e Color Hex

#DA805E
(218,128,94)
0 Favorites   0 Comments

Color spaces of #da805e

RGB 21812894
HSL0.050.630.61
HSV16°57°85°
CMYK 0.000.410.57   0.15
XYZ38.653031.151914.5654
Yxy31.15190.45810.3692
Hunter Lab55.813925.943023.5972
CIE-Lab62.635731.493633.2924

#da805e color RGB value is (218,128,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 01011110
Octal 332 200 136
Decimal 218 128 94
Hex DA 80 5E

RGB Percentages of Color #da805e

%49.55
%29.09
%21.36

CMYK Percentages of Color #da805e

%0
%41
%57
%15

Triadic Colors of #da805e

#da805e #5eda80 #805eda

Analogous Colors of #da805e

#da805e #dabe5e #da5e7a

Monochromatic Colors of #da805e

#da805e

Complementary Color

#da805e #5eb8da

#da805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da805e Color CSS Codes

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

#da805e Text Font Color

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

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


#da805e Background Color

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

This div background color is #da805e


#da805e Border Color

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

This div border color is #da805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da805e


Comments

No comments written yet.

Please login to write comment.