Color Hex Logo

#db998f Color Hex

#DB998F
(219,153,143)
0 Favorites   0 Comments

Color spaces of #db998f

RGB 219153143
HSL0.020.510.71
HSV35°86°
CMYK 0.000.300.35   0.14
XYZ45.562639.825731.2723
Yxy39.82570.39060.3414
Hunter Lab63.107618.435614.7948
CIE-Lab69.345223.447915.1907

#db998f color RGB value is (219,153,143).

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

The process color (four color CMYK) of #db998f color hex is 0.00, 0.30, 0.35, 0.14. Web safe color of #db998f is #cc9999. Color #db998f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10001111
Octal 333 231 217
Decimal 219 153 143
Hex DB 99 8F

RGB Percentages of Color #db998f

%42.52
%29.71
%27.77

CMYK Percentages of Color #db998f

%0
%30
%35
%14

Triadic Colors of #db998f

#db998f #8fdb99 #998fdb

Analogous Colors of #db998f

#db998f #dbbf8f #db8fab

Monochromatic Colors of #db998f

#db998f

Complementary Color

#db998f #8fd1db

#db998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db998f Color CSS Codes

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

#db998f Text Font Color

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

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


#db998f Background Color

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

This div background color is #db998f


#db998f Border Color

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

This div border color is #db998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db998f


Comments

No comments written yet.

Please login to write comment.