Color Hex Logo

#db607c Color Hex

#DB607C
(219,96,124)
0 Favorites   0 Comments

Color spaces of #db607c

RGB 21996124
HSL0.960.630.62
HSV346°56°86°
CMYK 0.000.560.43   0.14
XYZ37.034424.881021.9194
Yxy24.88100.44180.2968
Hunter Lab49.880945.23718.8625
CIE-Lab56.959350.71608.5761

#db607c color RGB value is (219,96,124).

#db607c hex color red value is 219, green value is 96 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db607c hue: 0.96 , saturation: 0.63 and the lightness value of db607c is 0.62.

The process color (four color CMYK) of #db607c color hex is 0.00, 0.56, 0.43, 0.14. Web safe color of #db607c is #cc6666. Color #db607c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 01111100
Octal 333 140 174
Decimal 219 96 124
Hex DB 60 7C

RGB Percentages of Color #db607c

%49.89
%21.87
%28.25

CMYK Percentages of Color #db607c

%0
%56
%43
%14

Triadic Colors of #db607c

#db607c #7cdb60 #607cdb

Analogous Colors of #db607c

#db607c #db8260 #db60ba

Monochromatic Colors of #db607c

#db607c

Complementary Color

#db607c #60dbbf

#db607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db607c Color CSS Codes

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

#db607c Text Font Color

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

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


#db607c Background Color

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

This div background color is #db607c


#db607c Border Color

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

This div border color is #db607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db607c


Comments

No comments written yet.

Please login to write comment.