Color Hex Logo

#da775e Color Hex

#DA775E
(218,119,94)
0 Favorites   0 Comments

Color spaces of #da775e

RGB 21811994
HSL0.030.630.61
HSV12°57°85°
CMYK 0.000.450.57   0.15
XYZ37.530628.907214.1912
Yxy28.90720.46550.3585
Hunter Lab53.765430.511321.9864
CIE-Lab60.699636.217630.8380

#da775e color RGB value is (218,119,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 01011110
Octal 332 167 136
Decimal 218 119 94
Hex DA 77 5E

RGB Percentages of Color #da775e

%50.58
%27.61
%21.81

CMYK Percentages of Color #da775e

%0
%45
%57
%15

Triadic Colors of #da775e

#da775e #5eda77 #775eda

Analogous Colors of #da775e

#da775e #dab55e #da5e83

Monochromatic Colors of #da775e

#da775e

Complementary Color

#da775e #5ec1da

#da775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da775e Color CSS Codes

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

#da775e Text Font Color

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

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


#da775e Background Color

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

This div background color is #da775e


#da775e Border Color

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

This div border color is #da775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da775e


Comments

No comments written yet.

Please login to write comment.