Color Hex Logo

#db777c Color Hex

#DB777C
(219,119,124)
0 Favorites   0 Comments

Color spaces of #db777c

RGB 219119124
HSL0.990.580.66
HSV357°46°86°
CMYK 0.000.460.43   0.14
XYZ39.448329.709022.7240
Yxy29.70900.42930.3233
Hunter Lab54.506033.802713.4357
CIE-Lab61.402339.333014.8195

#db777c color RGB value is (219,119,124).

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

The process color (four color CMYK) of #db777c color hex is 0.00, 0.46, 0.43, 0.14. Web safe color of #db777c is #cc6666. Color #db777c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 01111100
Octal 333 167 174
Decimal 219 119 124
Hex DB 77 7C

RGB Percentages of Color #db777c

%47.40
%25.76
%26.84

CMYK Percentages of Color #db777c

%0
%46
%43
%14

Triadic Colors of #db777c

#db777c #7cdb77 #777cdb

Analogous Colors of #db777c

#db777c #dba477 #db77ae

Monochromatic Colors of #db777c

#db777c

Complementary Color

#db777c #77dbd6

#db777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db777c Color CSS Codes

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

#db777c Text Font Color

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

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


#db777c Background Color

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

This div background color is #db777c


#db777c Border Color

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

This div border color is #db777c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,119,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 #db777c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db777c


Comments

No comments written yet.

Please login to write comment.