Color Hex Logo

#da978d Color Hex

#DA978D
(218,151,141)
0 Favorites   0 Comments

Color spaces of #da978d

RGB 218151141
HSL0.020.510.70
HSV35°85°
CMYK 0.000.310.35   0.15
XYZ44.787838.961730.3591
Yxy38.96170.39250.3414
Hunter Lab62.419318.845514.8564
CIE-Lab68.723523.896815.4159

#da978d color RGB value is (218,151,141).

#da978d hex color red value is 218, green value is 151 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #da978d hue: 0.02 , saturation: 0.51 and the lightness value of da978d is 0.70.

The process color (four color CMYK) of #da978d color hex is 0.00, 0.31, 0.35, 0.15. Web safe color of #da978d is #cc9999. Color #da978d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 10001101
Octal 332 227 215
Decimal 218 151 141
Hex DA 97 8D

RGB Percentages of Color #da978d

%42.75
%29.61
%27.65

CMYK Percentages of Color #da978d

%0
%31
%35
%15

Triadic Colors of #da978d

#da978d #8dda97 #978dda

Analogous Colors of #da978d

#da978d #dabe8d #da8daa

Monochromatic Colors of #da978d

#da978d

Complementary Color

#da978d #8dd0da

#da978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da978d Color CSS Codes

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

#da978d Text Font Color

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

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


#da978d Background Color

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

This div background color is #da978d


#da978d Border Color

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

This div border color is #da978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da978d


Comments

No comments written yet.

Please login to write comment.