Color Hex Logo

#da776f Color Hex

#DA776F
(218,119,111)
0 Favorites   0 Comments

Color spaces of #da776f

RGB 218119111
HSL0.010.590.65
HSV49°85°
CMYK 0.000.450.49   0.15
XYZ38.379529.246818.6613
Yxy29.24680.44480.3389
Hunter Lab54.080332.036617.3972
CIE-Lab60.998837.673121.6626

#da776f color RGB value is (218,119,111).

#da776f hex color red value is 218, green value is 119 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da776f hue: 0.01 , saturation: 0.59 and the lightness value of da776f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 01101111
Octal 332 167 157
Decimal 218 119 111
Hex DA 77 6F

RGB Percentages of Color #da776f

%48.66
%26.56
%24.78

CMYK Percentages of Color #da776f

%0
%45
%49
%15

Triadic Colors of #da776f

#da776f #6fda77 #776fda

Analogous Colors of #da776f

#da776f #daad6f #da6f9d

Monochromatic Colors of #da776f

#da776f

Complementary Color

#da776f #6fd2da

#da776f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da776f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da776f Color CSS Codes

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

#da776f Text Font Color

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

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


#da776f Background Color

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

This div background color is #da776f


#da776f Border Color

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

This div border color is #da776f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da776f


Comments

No comments written yet.

Please login to write comment.