Color Hex Logo

#da979f Color Hex

#DA979F
(218,151,159)
0 Favorites   0 Comments

Color spaces of #da979f

RGB 218151159
HSL0.980.480.72
HSV353°31°85°
CMYK 0.000.310.27   0.15
XYZ46.238139.541837.9962
Yxy39.54180.37360.3195
Hunter Lab62.882321.20938.1920
CIE-Lab69.141926.24855.9897

#da979f color RGB value is (218,151,159).

#da979f hex color red value is 218, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #da979f hue: 0.98 , saturation: 0.48 and the lightness value of da979f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 10011111
Octal 332 227 237
Decimal 218 151 159
Hex DA 97 9F

RGB Percentages of Color #da979f

%41.29
%28.60
%30.11

CMYK Percentages of Color #da979f

%0
%31
%27
%15

Triadic Colors of #da979f

#da979f #9fda97 #979fda

Analogous Colors of #da979f

#da979f #dab197 #da97c1

Monochromatic Colors of #da979f

#da979f

Complementary Color

#da979f #97dad2

#da979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da979f Color CSS Codes

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

#da979f Text Font Color

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

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


#da979f Background Color

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

This div background color is #da979f


#da979f Border Color

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

This div border color is #da979f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da979f


Comments

No comments written yet.

Please login to write comment.