Color Hex Logo

#db949e Color Hex

#DB949E
(219,148,158)
0 Favorites   0 Comments

Color spaces of #db949e

RGB 219148158
HSL0.980.500.72
HSV352°32°86°
CMYK 0.000.320.28   0.14
XYZ45.974938.708537.3961
Yxy38.70850.37660.3171
Hunter Lab62.216223.02517.9140
CIE-Lab68.539628.09725.6964

#db949e color RGB value is (219,148,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10011110
Octal 333 224 236
Decimal 219 148 158
Hex DB 94 9E

RGB Percentages of Color #db949e

%41.71
%28.19
%30.10

CMYK Percentages of Color #db949e

%0
%32
%28
%14

Triadic Colors of #db949e

#db949e #9edb94 #949edb

Analogous Colors of #db949e

#db949e #dbae94 #db94c2

Monochromatic Colors of #db949e

#db949e

Complementary Color

#db949e #94dbd1

#db949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db949e Color CSS Codes

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

#db949e Text Font Color

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

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


#db949e Background Color

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

This div background color is #db949e


#db949e Border Color

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

This div border color is #db949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db949e


Comments

No comments written yet.

Please login to write comment.