Color Hex Logo

#db556f Color Hex

#DB556F
(219,85,111)
0 Favorites   0 Comments

Color spaces of #db556f

RGB 21985111
HSL0.970.650.60
HSV348°61°86°
CMYK 0.000.610.49   0.14
XYZ35.331222.704817.5592
Yxy22.70480.46740.3003
Hunter Lab47.649648.967511.5059
CIE-Lab54.767054.479213.1495

#db556f color RGB value is (219,85,111).

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

The process color (four color CMYK) of #db556f color hex is 0.00, 0.61, 0.49, 0.14. Web safe color of #db556f is #cc6666. Color #db556f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 01101111
Octal 333 125 157
Decimal 219 85 111
Hex DB 55 6F

RGB Percentages of Color #db556f

%52.77
%20.48
%26.75

CMYK Percentages of Color #db556f

%0
%61
%49
%14

Triadic Colors of #db556f

#db556f #6fdb55 #556fdb

Analogous Colors of #db556f

#db556f #db7e55 #db55b2

Monochromatic Colors of #db556f

#db556f

Complementary Color

#db556f #55dbc1

#db556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db556f Color CSS Codes

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

#db556f Text Font Color

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

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


#db556f Background Color

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

This div background color is #db556f


#db556f Border Color

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

This div border color is #db556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db556f


Comments

No comments written yet.

Please login to write comment.