Color Hex Logo

#db7879 Color Hex

#DB7879
(219,120,121)
0 Favorites   0 Comments

Color spaces of #db7879

RGB 219120121
HSL1.000.580.66
HSV359°45°86°
CMYK 0.000.450.45   0.14
XYZ39.381129.873521.7797
Yxy29.87350.43260.3282
Hunter Lab54.656732.963314.6337
CIE-Lab61.544938.506516.7319

#db7879 color RGB value is (219,120,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 01111001
Octal 333 170 171
Decimal 219 120 121
Hex DB 78 79

RGB Percentages of Color #db7879

%47.61
%26.09
%26.30

CMYK Percentages of Color #db7879

%0
%45
%45
%14

Triadic Colors of #db7879

#db7879 #79db78 #7879db

Analogous Colors of #db7879

#db7879 #dba978 #db78ab

Monochromatic Colors of #db7879

#db7879

Complementary Color

#db7879 #78dbda

#db7879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7879 Color CSS Codes

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

#db7879 Text Font Color

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

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


#db7879 Background Color

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

This div background color is #db7879


#db7879 Border Color

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

This div border color is #db7879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7879


Comments

No comments written yet.

Please login to write comment.