Color Hex Logo

#db948d Color Hex

#DB948D
(219,148,141)
0 Favorites   0 Comments

Color spaces of #db948d

RGB 219148141
HSL0.010.520.71
HSV36°86°
CMYK 0.000.320.36   0.14
XYZ44.611038.163030.2142
Yxy38.16300.39480.3378
Hunter Lab61.776220.793414.2451
CIE-Lab68.140625.896814.6191

#db948d color RGB value is (219,148,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10001101
Octal 333 224 215
Decimal 219 148 141
Hex DB 94 8D

RGB Percentages of Color #db948d

%43.11
%29.13
%27.76

CMYK Percentages of Color #db948d

%0
%32
%36
%14

Triadic Colors of #db948d

#db948d #8ddb94 #948ddb

Analogous Colors of #db948d

#db948d #dbbb8d #db8dad

Monochromatic Colors of #db948d

#db948d

Complementary Color

#db948d #8dd4db

#db948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db948d Color CSS Codes

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

#db948d Text Font Color

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

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


#db948d Background Color

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

This div background color is #db948d


#db948d Border Color

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

This div border color is #db948d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db948d


Comments

No comments written yet.

Please login to write comment.