Color Hex Logo

#da949c Color Hex

#DA949C
(218,148,156)
0 Favorites   0 Comments

Color spaces of #da949c

RGB 218148156
HSL0.980.490.72
HSV353°32°85°
CMYK 0.000.320.28   0.15
XYZ45.504138.485536.4826
Yxy38.48550.37770.3195
Hunter Lab62.036722.36618.5584
CIE-Lab68.376927.45406.5658

#da949c color RGB value is (218,148,156).

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

The process color (four color CMYK) of #da949c color hex is 0.00, 0.32, 0.28, 0.15. Web safe color of #da949c is #cc9999. Color #da949c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 10011100
Octal 332 224 234
Decimal 218 148 156
Hex DA 94 9C

RGB Percentages of Color #da949c

%41.76
%28.35
%29.89

CMYK Percentages of Color #da949c

%0
%32
%28
%15

Triadic Colors of #da949c

#da949c #9cda94 #949cda

Analogous Colors of #da949c

#da949c #daaf94 #da94bf

Monochromatic Colors of #da949c

#da949c

Complementary Color

#da949c #94dad2

#da949c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da949c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da949c Color CSS Codes

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

#da949c Text Font Color

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

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


#da949c Background Color

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

This div background color is #da949c


#da949c Border Color

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

This div border color is #da949c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da949c


Comments

No comments written yet.

Please login to write comment.