Color Hex Logo

#db778c Color Hex

#DB778C
(219,119,140)
0 Favorites   0 Comments

Color spaces of #db778c

RGB 219119140
HSL0.970.580.66
HSV347°46°86°
CMYK 0.000.460.36   0.14
XYZ40.543930.147228.4930
Yxy30.14720.40880.3040
Hunter Lab54.906535.72127.6667
CIE-Lab61.781041.12206.1800

#db778c color RGB value is (219,119,140).

#db778c hex color red value is 219, green value is 119 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #db778c hue: 0.97 , saturation: 0.58 and the lightness value of db778c is 0.66.

The process color (four color CMYK) of #db778c color hex is 0.00, 0.46, 0.36, 0.14. Web safe color of #db778c is #cc6699. Color #db778c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 10001100
Octal 333 167 214
Decimal 219 119 140
Hex DB 77 8C

RGB Percentages of Color #db778c

%45.82
%24.90
%29.29

CMYK Percentages of Color #db778c

%0
%46
%36
%14

Triadic Colors of #db778c

#db778c #8cdb77 #778cdb

Analogous Colors of #db778c

#db778c #db9477 #db77be

Monochromatic Colors of #db778c

#db778c

Complementary Color

#db778c #77dbc6

#db778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db778c Color CSS Codes

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

#db778c Text Font Color

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

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


#db778c Background Color

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

This div background color is #db778c


#db778c Border Color

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

This div border color is #db778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db778c


Comments

No comments written yet.

Please login to write comment.