Color Hex Logo

#db4551 Color Hex

#DB4551
(219,69,81)
0 Favorites   0 Comments

Color spaces of #db4551

RGB 2196981
HSL0.990.680.56
HSV355°68°86°
CMYK 0.000.680.63   0.14
XYZ32.826719.91049.8975
Yxy19.91040.52410.3179
Hunter Lab44.621153.231518.0835
CIE-Lab51.735858.840926.8598

#db4551 color RGB value is (219,69,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 01010001
Octal 333 105 121
Decimal 219 69 81
Hex DB 45 51

RGB Percentages of Color #db4551

%59.35
%18.70
%21.95

CMYK Percentages of Color #db4551

%0
%68
%63
%14

Triadic Colors of #db4551

#db4551 #51db45 #4551db

Analogous Colors of #db4551

#db4551 #db8445 #db459c

Monochromatic Colors of #db4551

#db4551

Complementary Color

#db4551 #45dbcf

#db4551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4551 Color CSS Codes

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

#db4551 Text Font Color

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

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


#db4551 Background Color

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

This div background color is #db4551


#db4551 Border Color

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

This div border color is #db4551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4551


Comments

No comments written yet.

Please login to write comment.