Color Hex Logo

#db506e Color Hex

#DB506E
(219,80,110)
0 Favorites   0 Comments

Color spaces of #db506e

RGB 21980110
HSL0.960.660.59
HSV347°63°86°
CMYK 0.000.630.50   0.14
XYZ34.896621.923217.1442
Yxy21.92320.47180.2964
Hunter Lab46.822251.097211.0662
CIE-Lab53.945456.540112.5976

#db506e color RGB value is (219,80,110).

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

The process color (four color CMYK) of #db506e color hex is 0.00, 0.63, 0.50, 0.14. Web safe color of #db506e is #cc6666. Color #db506e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01101110
Octal 333 120 156
Decimal 219 80 110
Hex DB 50 6E

RGB Percentages of Color #db506e

%53.55
%19.56
%26.89

CMYK Percentages of Color #db506e

%0
%63
%50
%14

Triadic Colors of #db506e

#db506e #6edb50 #506edb

Analogous Colors of #db506e

#db506e #db7850 #db50b4

Monochromatic Colors of #db506e

#db506e

Complementary Color

#db506e #50dbbd

#db506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db506e Color CSS Codes

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

#db506e Text Font Color

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

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


#db506e Background Color

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

This div background color is #db506e


#db506e Border Color

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

This div border color is #db506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db506e


Comments

No comments written yet.

Please login to write comment.