Color Hex Logo

#db79bd Color Hex

#DB79BD
(219,121,189)
0 Favorites   0 Comments

Color spaces of #db79bd

RGB 219121189
HSL0.880.580.67
HSV318°45°86°
CMYK 0.000.450.14   0.14
XYZ45.236132.408952.0155
Yxy32.40890.34890.2500
Hunter Lab56.928842.2121-14.3227
CIE-Lab63.679446.9325-18.9680

#db79bd color RGB value is (219,121,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 10111101
Octal 333 171 275
Decimal 219 121 189
Hex DB 79 BD

RGB Percentages of Color #db79bd

%41.40
%22.87
%35.73

CMYK Percentages of Color #db79bd

%0
%45
%14
%14

Triadic Colors of #db79bd

#db79bd #bddb79 #79bddb

Analogous Colors of #db79bd

#db79bd #db798c #c879db

Monochromatic Colors of #db79bd

#db79bd

Complementary Color

#db79bd #79db97

#db79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79bd Color CSS Codes

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

#db79bd Text Font Color

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

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


#db79bd Background Color

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

This div background color is #db79bd


#db79bd Border Color

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

This div border color is #db79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79bd


Comments

No comments written yet.

Please login to write comment.