Color Hex Logo

#db948f Color Hex

#DB948F
(219,148,143)
0 Favorites   0 Comments

Color spaces of #db948f

RGB 219148143
HSL0.010.510.71
HSV35°86°
CMYK 0.000.320.35   0.14
XYZ44.761238.223031.0052
Yxy38.22300.39270.3353
Hunter Lab61.824821.040913.5433
CIE-Lab68.184726.142413.5665

#db948f color RGB value is (219,148,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10001111
Octal 333 224 217
Decimal 219 148 143
Hex DB 94 8F

RGB Percentages of Color #db948f

%42.94
%29.02
%28.04

CMYK Percentages of Color #db948f

%0
%32
%35
%14

Triadic Colors of #db948f

#db948f #8fdb94 #948fdb

Analogous Colors of #db948f

#db948f #dbba8f #db8fb0

Monochromatic Colors of #db948f

#db948f

Complementary Color

#db948f #8fd6db

#db948f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db948f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db948f Color CSS Codes

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

#db948f Text Font Color

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

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


#db948f Background Color

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

This div background color is #db948f


#db948f Border Color

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

This div border color is #db948f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db948f


Comments

No comments written yet.

Please login to write comment.