Color Hex Logo

#db2047 Color Hex

#DB2047
(219,32,71)
0 Favorites   0 Comments

Color spaces of #db2047

RGB 2193271
HSL0.970.750.49
HSV347°85°86°
CMYK 0.000.850.68   0.14
XYZ30.867316.54807.5284
Yxy16.54800.56180.3012
Hunter Lab40.679264.256717.5028
CIE-Lab47.685469.176027.7148

#db2047 color RGB value is (219,32,71).

#db2047 hex color red value is 219, green value is 32 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #db2047 hue: 0.97 , saturation: 0.75 and the lightness value of db2047 is 0.49.

The process color (four color CMYK) of #db2047 color hex is 0.00, 0.85, 0.68, 0.14. Web safe color of #db2047 is #cc3333. Color #db2047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 01000111
Octal 333 40 107
Decimal 219 32 71
Hex DB 20 47

RGB Percentages of Color #db2047

%68.01
%9.94
%22.05

CMYK Percentages of Color #db2047

%0
%85
%68
%14

Triadic Colors of #db2047

#db2047 #47db20 #2047db

Analogous Colors of #db2047

#db2047 #db5720 #db20a5

Monochromatic Colors of #db2047

#db2047

Complementary Color

#db2047 #20dbb4

#db2047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2047 Color CSS Codes

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

#db2047 Text Font Color

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

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


#db2047 Background Color

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

This div background color is #db2047


#db2047 Border Color

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

This div border color is #db2047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2047


Comments

No comments written yet.

Please login to write comment.