Color Hex Logo

#db4164 Color Hex

#DB4164
(219,65,100)
0 Favorites   0 Comments

Color spaces of #db4164

RGB 21965100
HSL0.960.680.56
HSV346°70°86°
CMYK 0.000.700.54   0.14
XYZ33.404019.760814.1102
Yxy19.76080.49650.2937
Hunter Lab44.453156.339712.2975
CIE-Lab51.565761.618515.2831

#db4164 color RGB value is (219,65,100).

#db4164 hex color red value is 219, green value is 65 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #db4164 hue: 0.96 , saturation: 0.68 and the lightness value of db4164 is 0.56.

The process color (four color CMYK) of #db4164 color hex is 0.00, 0.70, 0.54, 0.14. Web safe color of #db4164 is #cc3366. Color #db4164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 01100100
Octal 333 101 144
Decimal 219 65 100
Hex DB 41 64

RGB Percentages of Color #db4164

%57.03
%16.93
%26.04

CMYK Percentages of Color #db4164

%0
%70
%54
%14

Triadic Colors of #db4164

#db4164 #64db41 #4164db

Analogous Colors of #db4164

#db4164 #db6b41 #db41b1

Monochromatic Colors of #db4164

#db4164

Complementary Color

#db4164 #41dbb8

#db4164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4164 Color CSS Codes

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

#db4164 Text Font Color

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

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


#db4164 Background Color

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

This div background color is #db4164


#db4164 Border Color

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

This div border color is #db4164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4164


Comments

No comments written yet.

Please login to write comment.