Color Hex Logo

#db576c Color Hex

#DB576C
(219,87,108)
0 Favorites   0 Comments

Color spaces of #db576c

RGB 21987108
HSL0.970.650.60
HSV350°60°86°
CMYK 0.000.600.51   0.14
XYZ35.328422.959216.7569
Yxy22.95920.47080.3059
Hunter Lab47.915847.755912.8064
CIE-Lab55.030353.334715.2875

#db576c color RGB value is (219,87,108).

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

The process color (four color CMYK) of #db576c color hex is 0.00, 0.60, 0.51, 0.14. Web safe color of #db576c is #cc6666. Color #db576c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 01101100
Octal 333 127 154
Decimal 219 87 108
Hex DB 57 6C

RGB Percentages of Color #db576c

%52.90
%21.01
%26.09

CMYK Percentages of Color #db576c

%0
%60
%51
%14

Triadic Colors of #db576c

#db576c #6cdb57 #576cdb

Analogous Colors of #db576c

#db576c #db8457 #db57ae

Monochromatic Colors of #db576c

#db576c

Complementary Color

#db576c #57dbc6

#db576c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db576c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db576c Color CSS Codes

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

#db576c Text Font Color

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

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


#db576c Background Color

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

This div background color is #db576c


#db576c Border Color

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

This div border color is #db576c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,87,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 #db576c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db576c


Comments

No comments written yet.

Please login to write comment.