color codes Logo

#db506c color codes

#DB506C
(219,80,108)
0 Favorites   0 Comments

Color spaces of #db506c

RGB 21980108
HSL0.970.660.59
HSV348°63°86°
CMYK 0.000.630.51   0.14
XYZ34.788921.880116.5771
Yxy21.88010.47500.2987
Hunter Lab46.776250.897711.7314
CIE-Lab53.899656.369113.7226

#db506c color RGB value is (219,80,108).

#db506c hex color red value is 219, green value is 80 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #db506c hue: 0.97 , saturation: 0.66 and the lightness value of db506c is 0.59.

The process color (four color CMYK) of #db506c color code is 0.00, 0.63, 0.51, 0.14. Web safe color of #db506c is #cc6666. Color #db506c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01101100
Octal 333 120 154
Decimal 219 80 108
Hex DB 50 6C

RGB Percentages of Color #db506c

%53.81
%19.66
%26.54

CMYK Percentages of Color #db506c

%0
%63
%51
%14

Triadic Colors of #db506c

#db506c #6cdb50 #506cdb

Analogous Colors of #db506c

#db506c #db7a50 #db50b2

Monochromatic Colors of #db506c

#db506c

Complementary Color

#db506c #50dbbf

#db506c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db506c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db506c Color CSS Codes

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

#db506c Text Font Color

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

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


#db506c Background Color

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

This div background color is #db506c


#db506c Border Color

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

This div border color is #db506c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db506c

#db506c Color Palettes


Comments

No comments written yet.

Please login to write comment.