Color Hex Logo

#db464d Color Hex

#DB464D
(219,70,77)
0 Favorites   0 Comments

Color spaces of #db464d

RGB 2197077
HSL0.990.670.57
HSV357°68°86°
CMYK 0.000.680.65   0.14
XYZ32.743119.97629.1512
Yxy19.97620.52920.3229
Hunter Lab44.694752.552219.1468
CIE-Lab51.810358.221629.3079

#db464d color RGB value is (219,70,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 01001101
Octal 333 106 115
Decimal 219 70 77
Hex DB 46 4D

RGB Percentages of Color #db464d

%59.84
%19.13
%21.04

CMYK Percentages of Color #db464d

%0
%68
%65
%14

Triadic Colors of #db464d

#db464d #4ddb46 #464ddb

Analogous Colors of #db464d

#db464d #db8a46 #db4698

Monochromatic Colors of #db464d

#db464d

Complementary Color

#db464d #46dbd4

#db464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db464d Color CSS Codes

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

#db464d Text Font Color

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

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


#db464d Background Color

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

This div background color is #db464d


#db464d Border Color

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

This div border color is #db464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db464d


Comments

No comments written yet.

Please login to write comment.