Color Hex Logo

#db56bd Color Hex

#DB56BD
(219,86,189)
0 Favorites   0 Comments

Color spaces of #db56bd

RGB 21986189
HSL0.870.650.60
HSV314°61°86°
CMYK 0.000.610.14   0.14
XYZ41.726525.389850.8456
Yxy25.38980.35370.2152
Hunter Lab50.388359.6362-24.5563
CIE-Lab57.453363.4007-28.5217

#db56bd color RGB value is (219,86,189).

#db56bd hex color red value is 219, green value is 86 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db56bd hue: 0.87 , saturation: 0.65 and the lightness value of db56bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 10111101
Octal 333 126 275
Decimal 219 86 189
Hex DB 56 BD

RGB Percentages of Color #db56bd

%44.33
%17.41
%38.26

CMYK Percentages of Color #db56bd

%0
%61
%14
%14

Triadic Colors of #db56bd

#db56bd #bddb56 #56bddb

Analogous Colors of #db56bd

#db56bd #db567b #b756db

Monochromatic Colors of #db56bd

#db56bd

Complementary Color

#db56bd #56db74

#db56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db56bd Color CSS Codes

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

#db56bd Text Font Color

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

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


#db56bd Background Color

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

This div background color is #db56bd


#db56bd Border Color

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

This div border color is #db56bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db56bd


Comments

No comments written yet.

Please login to write comment.