Color Hex Logo

#db56bc Color Hex

#DB56BC
(219,86,188)
0 Favorites   0 Comments

Color spaces of #db56bc

RGB 21986188
HSL0.870.650.60
HSV314°61°86°
CMYK 0.000.610.14   0.14
XYZ41.618325.346550.2758
Yxy25.34650.35500.2162
Hunter Lab50.345359.4540-23.9664
CIE-Lab57.411563.2520-28.0119

#db56bc color RGB value is (219,86,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 10111100
Octal 333 126 274
Decimal 219 86 188
Hex DB 56 BC

RGB Percentages of Color #db56bc

%44.42
%17.44
%38.13

CMYK Percentages of Color #db56bc

%0
%61
%14
%14

Triadic Colors of #db56bc

#db56bc #bcdb56 #56bcdb

Analogous Colors of #db56bc

#db56bc #db567a #b856db

Monochromatic Colors of #db56bc

#db56bc

Complementary Color

#db56bc #56db75

#db56bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db56bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db56bc Color CSS Codes

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

#db56bc Text Font Color

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

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


#db56bc Background Color

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

This div background color is #db56bc


#db56bc Border Color

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

This div border color is #db56bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db56bc


Comments

No comments written yet.

Please login to write comment.