Color Hex Logo

#db76bd Color Hex

#DB76BD
(219,118,189)
0 Favorites   0 Comments

Color spaces of #db76bd

RGB 219118189
HSL0.880.580.66
HSV318°46°86°
CMYK 0.000.460.14   0.14
XYZ44.877231.691151.8958
Yxy31.69110.34930.2467
Hunter Lab56.294843.7809-15.2505
CIE-Lab63.086848.4519-19.8698

#db76bd color RGB value is (219,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 10111101
Octal 333 166 275
Decimal 219 118 189
Hex DB 76 BD

RGB Percentages of Color #db76bd

%41.63
%22.43
%35.93

CMYK Percentages of Color #db76bd

%0
%46
%14
%14

Triadic Colors of #db76bd

#db76bd #bddb76 #76bddb

Analogous Colors of #db76bd

#db76bd #db768b #c776db

Monochromatic Colors of #db76bd

#db76bd

Complementary Color

#db76bd #76db94

#db76bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76bd Color CSS Codes

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

#db76bd Text Font Color

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

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


#db76bd Background Color

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

This div background color is #db76bd


#db76bd Border Color

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

This div border color is #db76bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76bd


Comments

No comments written yet.

Please login to write comment.