Color Hex Logo

#db939f Color Hex

#DB939F
(219,147,159)
0 Favorites   0 Comments

Color spaces of #db939f

RGB 219147159
HSL0.970.500.72
HSV350°33°86°
CMYK 0.000.330.27   0.14
XYZ45.905138.430737.7993
Yxy38.43070.37590.3147
Hunter Lab61.992523.69147.2433
CIE-Lab68.336928.77234.8453

#db939f color RGB value is (219,147,159).

#db939f hex color red value is 219, green value is 147 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #db939f hue: 0.97 , saturation: 0.50 and the lightness value of db939f is 0.72.

The process color (four color CMYK) of #db939f color hex is 0.00, 0.33, 0.27, 0.14. Web safe color of #db939f is #cc9999. Color #db939f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 10011111
Octal 333 223 237
Decimal 219 147 159
Hex DB 93 9F

RGB Percentages of Color #db939f

%41.71
%28.00
%30.29

CMYK Percentages of Color #db939f

%0
%33
%27
%14

Triadic Colors of #db939f

#db939f #9fdb93 #939fdb

Analogous Colors of #db939f

#db939f #dbab93 #db93c3

Monochromatic Colors of #db939f

#db939f

Complementary Color

#db939f #93dbcf

#db939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db939f Color CSS Codes

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

#db939f Text Font Color

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

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


#db939f Background Color

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

This div background color is #db939f


#db939f Border Color

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

This div border color is #db939f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db939f


Comments

No comments written yet.

Please login to write comment.