Color Hex Logo

#db56af Color Hex

#DB56AF
(219,86,175)
0 Favorites   0 Comments

Color spaces of #db56af

RGB 21986175
HSL0.890.650.60
HSV320°61°86°
CMYK 0.000.610.20   0.14
XYZ40.279124.810843.2235
Yxy24.81080.37190.2291
Hunter Lab49.810457.1753-16.5822
CIE-Lab56.890661.3802-21.3150

#db56af color RGB value is (219,86,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 10101111
Octal 333 126 257
Decimal 219 86 175
Hex DB 56 AF

RGB Percentages of Color #db56af

%45.63
%17.92
%36.46

CMYK Percentages of Color #db56af

%0
%61
%20
%14

Triadic Colors of #db56af

#db56af #afdb56 #56afdb

Analogous Colors of #db56af

#db56af #db566d #c556db

Monochromatic Colors of #db56af

#db56af

Complementary Color

#db56af #56db82

#db56af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db56af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db56af Color CSS Codes

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

#db56af Text Font Color

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

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


#db56af Background Color

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

This div background color is #db56af


#db56af Border Color

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

This div border color is #db56af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db56af


Comments

No comments written yet.

Please login to write comment.