Color Hex Logo

#da785e Color Hex

#DA785E
(218,120,94)
0 Favorites   0 Comments

Color spaces of #da785e

RGB 21812094
HSL0.030.630.61
HSV13°57°85°
CMYK 0.000.450.57   0.15
XYZ37.650329.146514.2311
Yxy29.14650.46470.3597
Hunter Lab53.987530.005922.1624
CIE-Lab60.910735.697431.1070

#da785e color RGB value is (218,120,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 01011110
Octal 332 170 136
Decimal 218 120 94
Hex DA 78 5E

RGB Percentages of Color #da785e

%50.46
%27.78
%21.76

CMYK Percentages of Color #da785e

%0
%45
%57
%15

Triadic Colors of #da785e

#da785e #5eda78 #785eda

Analogous Colors of #da785e

#da785e #dab65e #da5e82

Monochromatic Colors of #da785e

#da785e

Complementary Color

#da785e #5ec0da

#da785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da785e Color CSS Codes

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

#da785e Text Font Color

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

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


#da785e Background Color

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

This div background color is #da785e


#da785e Border Color

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

This div border color is #da785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da785e


Comments

No comments written yet.

Please login to write comment.