Color Hex Logo

#db559c Color Hex

#DB559C
(219,85,156)
0 Favorites   0 Comments

Color spaces of #db559c

RGB 21985156
HSL0.910.650.60
HSV328°61°86°
CMYK 0.000.610.29   0.14
XYZ38.462723.957434.0495
Yxy23.95740.39870.2483
Hunter Lab48.946354.6118-6.9827
CIE-Lab56.045159.2921-11.5365

#db559c color RGB value is (219,85,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 10011100
Octal 333 125 234
Decimal 219 85 156
Hex DB 55 9C

RGB Percentages of Color #db559c

%47.61
%18.48
%33.91

CMYK Percentages of Color #db559c

%0
%61
%29
%14

Triadic Colors of #db559c

#db559c #9cdb55 #559cdb

Analogous Colors of #db559c

#db559c #db5559 #d755db

Monochromatic Colors of #db559c

#db559c

Complementary Color

#db559c #55db94

#db559c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db559c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db559c Color CSS Codes

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

#db559c Text Font Color

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

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


#db559c Background Color

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

This div background color is #db559c


#db559c Border Color

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

This div border color is #db559c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db559c


Comments

No comments written yet.

Please login to write comment.