Color Hex Logo

#da785f Color Hex

#DA785F
(218,120,95)
0 Favorites   0 Comments

Color spaces of #da785f

RGB 21812095
HSL0.030.620.61
HSV12°56°85°
CMYK 0.000.450.56   0.15
XYZ37.695529.164614.4690
Yxy29.16460.46350.3586
Hunter Lab54.004330.087321.9178
CIE-Lab60.926635.775630.5720

#da785f color RGB value is (218,120,95).

#da785f hex color red value is 218, green value is 120 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da785f hue: 0.03 , saturation: 0.62 and the lightness value of da785f is 0.61.

The process color (four color CMYK) of #da785f color hex is 0.00, 0.45, 0.56, 0.15. Web safe color of #da785f is #cc6666. Color #da785f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 01011111
Octal 332 170 137
Decimal 218 120 95
Hex DA 78 5F

RGB Percentages of Color #da785f

%50.35
%27.71
%21.94

CMYK Percentages of Color #da785f

%0
%45
%56
%15

Triadic Colors of #da785f

#da785f #5fda78 #785fda

Analogous Colors of #da785f

#da785f #dab65f #da5f84

Monochromatic Colors of #da785f

#da785f

Complementary Color

#da785f #5fc1da

#da785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da785f Color CSS Codes

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

#da785f Text Font Color

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

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


#da785f Background Color

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

This div background color is #da785f


#da785f Border Color

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

This div border color is #da785f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da785f


Comments

No comments written yet.

Please login to write comment.