Color Hex Logo

#da775f Color Hex

#DA775F
(218,119,95)
0 Favorites   0 Comments

Color spaces of #da775f

RGB 21811995
HSL0.030.620.61
HSV12°56°85°
CMYK 0.000.450.56   0.15
XYZ37.575828.925314.4292
Yxy28.92530.46430.3574
Hunter Lab53.782230.592921.7407
CIE-Lab60.715636.295830.3019

#da775f color RGB value is (218,119,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 01011111
Octal 332 167 137
Decimal 218 119 95
Hex DA 77 5F

RGB Percentages of Color #da775f

%50.46
%27.55
%21.99

CMYK Percentages of Color #da775f

%0
%45
%56
%15

Triadic Colors of #da775f

#da775f #5fda77 #775fda

Analogous Colors of #da775f

#da775f #dab55f #da5f85

Monochromatic Colors of #da775f

#da775f

Complementary Color

#da775f #5fc2da

#da775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da775f Color CSS Codes

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

#da775f Text Font Color

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

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


#da775f Background Color

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

This div background color is #da775f


#da775f Border Color

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

This div border color is #da775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da775f


Comments

No comments written yet.

Please login to write comment.