Color Hex Logo

#db464c Color Hex

#DB464C
(219,70,76)
0 Favorites   0 Comments

Color spaces of #db464c

RGB 2197076
HSL0.990.670.57
HSV358°68°86°
CMYK 0.000.680.65   0.14
XYZ32.708119.96228.9667
Yxy19.96220.53070.3239
Hunter Lab44.679152.485719.3764
CIE-Lab51.794458.165029.8733

#db464c color RGB value is (219,70,76).

#db464c hex color red value is 219, green value is 70 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #db464c hue: 0.99 , saturation: 0.67 and the lightness value of db464c is 0.57.

The process color (four color CMYK) of #db464c color hex is 0.00, 0.68, 0.65, 0.14. Web safe color of #db464c is #cc3333. Color #db464c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 01001100
Octal 333 106 114
Decimal 219 70 76
Hex DB 46 4C

RGB Percentages of Color #db464c

%60.00
%19.18
%20.82

CMYK Percentages of Color #db464c

%0
%68
%65
%14

Triadic Colors of #db464c

#db464c #4cdb46 #464cdb

Analogous Colors of #db464c

#db464c #db8b46 #db4697

Monochromatic Colors of #db464c

#db464c

Complementary Color

#db464c #46dbd5

#db464c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db464c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db464c Color CSS Codes

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

#db464c Text Font Color

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

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


#db464c Background Color

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

This div background color is #db464c


#db464c Border Color

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

This div border color is #db464c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db464c


Comments

No comments written yet.

Please login to write comment.