Color Hex Logo

#db464f Color Hex

#DB464F
(219,70,79)
0 Favorites   0 Comments

Color spaces of #db464f

RGB 2197079
HSL0.990.670.57
HSV356°68°86°
CMYK 0.000.680.64   0.14
XYZ32.814920.00499.5289
Yxy20.00490.52630.3209
Hunter Lab44.726852.688818.6773
CIE-Lab51.842858.337728.1748

#db464f color RGB value is (219,70,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 01001111
Octal 333 106 117
Decimal 219 70 79
Hex DB 46 4F

RGB Percentages of Color #db464f

%59.51
%19.02
%21.47

CMYK Percentages of Color #db464f

%0
%68
%64
%14

Triadic Colors of #db464f

#db464f #4fdb46 #464fdb

Analogous Colors of #db464f

#db464f #db8846 #db469a

Monochromatic Colors of #db464f

#db464f

Complementary Color

#db464f #46dbd2

#db464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db464f Color CSS Codes

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

#db464f Text Font Color

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

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


#db464f Background Color

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

This div background color is #db464f


#db464f Border Color

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

This div border color is #db464f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db464f


Comments

No comments written yet.

Please login to write comment.