Color Hex Logo

#da998f Color Hex

#DA998F
(218,153,143)
0 Favorites   0 Comments

Color spaces of #da998f

RGB 218153143
HSL0.020.500.71
HSV34°85°
CMYK 0.000.300.34   0.15
XYZ45.262639.671131.2583
Yxy39.67110.38960.3414
Hunter Lab62.985018.050814.6650
CIE-Lab69.234623.063815.0197

#da998f color RGB value is (218,153,143).

#da998f hex color red value is 218, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #da998f hue: 0.02 , saturation: 0.50 and the lightness value of da998f is 0.71.

The process color (four color CMYK) of #da998f color hex is 0.00, 0.30, 0.34, 0.15. Web safe color of #da998f is #cc9999. Color #da998f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 10001111
Octal 332 231 217
Decimal 218 153 143
Hex DA 99 8F

RGB Percentages of Color #da998f

%42.41
%29.77
%27.82

CMYK Percentages of Color #da998f

%0
%30
%34
%15

Triadic Colors of #da998f

#da998f #8fda99 #998fda

Analogous Colors of #da998f

#da998f #dabf8f #da8fab

Monochromatic Colors of #da998f

#da998f

Complementary Color

#da998f #8fd0da

#da998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da998f Color CSS Codes

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

#da998f Text Font Color

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

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


#da998f Background Color

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

This div background color is #da998f


#da998f Border Color

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

This div border color is #da998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da998f


Comments

No comments written yet.

Please login to write comment.