Color Hex Logo

#db949d Color Hex

#DB949D
(219,148,157)
0 Favorites   0 Comments

Color spaces of #db949d

RGB 219148157
HSL0.980.500.72
HSV352°32°86°
CMYK 0.000.320.28   0.14
XYZ45.889138.674236.9445
Yxy38.67420.37770.3183
Hunter Lab62.188622.88558.3095
CIE-Lab68.514627.96066.2194

#db949d color RGB value is (219,148,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10011101
Octal 333 224 235
Decimal 219 148 157
Hex DB 94 9D

RGB Percentages of Color #db949d

%41.79
%28.24
%29.96

CMYK Percentages of Color #db949d

%0
%32
%28
%14

Triadic Colors of #db949d

#db949d #9ddb94 #949ddb

Analogous Colors of #db949d

#db949d #dbaf94 #db94c1

Monochromatic Colors of #db949d

#db949d

Complementary Color

#db949d #94dbd2

#db949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db949d Color CSS Codes

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

#db949d Text Font Color

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

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


#db949d Background Color

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

This div background color is #db949d


#db949d Border Color

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

This div border color is #db949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db949d


Comments

No comments written yet.

Please login to write comment.