Color Hex Logo

#db1d48 Color Hex

#DB1D48
(219,29,72)
0 Favorites   0 Comments

Color spaces of #db1d48

RGB 2192972
HSL0.960.770.49
HSV346°87°86°
CMYK 0.000.870.67   0.14
XYZ30.822516.40677.6732
Yxy16.40670.56140.2988
Hunter Lab40.505264.945917.1219
CIE-Lab47.503669.793226.8784

#db1d48 color RGB value is (219,29,72).

#db1d48 hex color red value is 219, green value is 29 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #db1d48 hue: 0.96 , saturation: 0.77 and the lightness value of db1d48 is 0.49.

The process color (four color CMYK) of #db1d48 color hex is 0.00, 0.87, 0.67, 0.14. Web safe color of #db1d48 is #cc3333. Color #db1d48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011101 01001000
Octal 333 35 110
Decimal 219 29 72
Hex DB 1D 48

RGB Percentages of Color #db1d48

%68.44
%9.06
%22.50

CMYK Percentages of Color #db1d48

%0
%87
%67
%14

Triadic Colors of #db1d48

#db1d48 #48db1d #1d48db

Analogous Colors of #db1d48

#db1d48 #db511d #db1da7

Monochromatic Colors of #db1d48

#db1d48

Complementary Color

#db1d48 #1ddbb0

#db1d48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1d48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1d48 Color CSS Codes

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

#db1d48 Text Font Color

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

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


#db1d48 Background Color

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

This div background color is #db1d48


#db1d48 Border Color

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

This div border color is #db1d48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1d48


Comments

No comments written yet.

Please login to write comment.