Color Hex Logo

#db947c Color Hex

#DB947C
(219,148,124)
0 Favorites   0 Comments

Color spaces of #db947c

RGB 219148124
HSL0.040.570.67
HSV15°43°86°
CMYK 0.000.320.43   0.14
XYZ43.441437.695124.0551
Yxy37.69510.41300.3583
Hunter Lab61.396318.855319.7476
CIE-Lab67.795323.959223.5692

#db947c color RGB value is (219,148,124).

#db947c hex color red value is 219, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db947c hue: 0.04 , saturation: 0.57 and the lightness value of db947c is 0.67.

The process color (four color CMYK) of #db947c color hex is 0.00, 0.32, 0.43, 0.14. Web safe color of #db947c is #cc9966. Color #db947c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 01111100
Octal 333 224 174
Decimal 219 148 124
Hex DB 94 7C

RGB Percentages of Color #db947c

%44.60
%30.14
%25.25

CMYK Percentages of Color #db947c

%0
%32
%43
%14

Triadic Colors of #db947c

#db947c #7cdb94 #947cdb

Analogous Colors of #db947c

#db947c #dbc47c #db7c94

Monochromatic Colors of #db947c

#db947c

Complementary Color

#db947c #7cc3db

#db947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db947c Color CSS Codes

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

#db947c Text Font Color

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

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


#db947c Background Color

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

This div background color is #db947c


#db947c Border Color

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

This div border color is #db947c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db947c


Comments

No comments written yet.

Please login to write comment.