Color Hex Logo

#da975e Color Hex

#DA975E
(218,151,94)
0 Favorites   0 Comments

Color spaces of #da975e

RGB 21815194
HSL0.080.630.61
HSV28°57°85°
CMYK 0.000.310.57   0.15
XYZ42.000437.846815.6812
Yxy37.84680.43970.3962
Hunter Lab61.519814.204927.9510
CIE-Lab67.907619.168739.8340

#da975e color RGB value is (218,151,94).

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

The process color (four color CMYK) of #da975e color hex is 0.00, 0.31, 0.57, 0.15. Web safe color of #da975e is #cc9966. Color #da975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 01011110
Octal 332 227 136
Decimal 218 151 94
Hex DA 97 5E

RGB Percentages of Color #da975e

%47.08
%32.61
%20.30

CMYK Percentages of Color #da975e

%0
%31
%57
%15

Triadic Colors of #da975e

#da975e #5eda97 #975eda

Analogous Colors of #da975e

#da975e #dad55e #da5e63

Monochromatic Colors of #da975e

#da975e

Complementary Color

#da975e #5ea1da

#da975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da975e Color CSS Codes

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

#da975e Text Font Color

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

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


#da975e Background Color

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

This div background color is #da975e


#da975e Border Color

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

This div border color is #da975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da975e


Comments

No comments written yet.

Please login to write comment.