Color Hex Logo

#db5099 Color Hex

#DB5099
(219,80,153)
0 Favorites   0 Comments

Color spaces of #db5099

RGB 21980153
HSL0.910.660.59
HSV328°63°86°
CMYK 0.000.630.30   0.14
XYZ37.831823.097332.6013
Yxy23.09730.40450.2469
Hunter Lab48.059756.4080-6.5777
CIE-Lab55.172461.0205-11.0886

#db5099 color RGB value is (219,80,153).

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

The process color (four color CMYK) of #db5099 color hex is 0.00, 0.63, 0.30, 0.14. Web safe color of #db5099 is #cc6699. Color #db5099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 10011001
Octal 333 120 231
Decimal 219 80 153
Hex DB 50 99

RGB Percentages of Color #db5099

%48.45
%17.70
%33.85

CMYK Percentages of Color #db5099

%0
%63
%30
%14

Triadic Colors of #db5099

#db5099 #99db50 #5099db

Analogous Colors of #db5099

#db5099 #db5053 #d850db

Monochromatic Colors of #db5099

#db5099

Complementary Color

#db5099 #50db92

#db5099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5099 Color CSS Codes

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

#db5099 Text Font Color

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

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


#db5099 Background Color

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

This div background color is #db5099


#db5099 Border Color

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

This div border color is #db5099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5099


Comments

No comments written yet.

Please login to write comment.