Color Hex Logo

#db471e Color Hex

#DB471E
(219,71,30)
0 Favorites   0 Comments

Color spaces of #db471e

RGB 2197130
HSL0.040.760.49
HSV13°86°86°
CMYK 0.000.680.86   0.14
XYZ31.701019.66033.3523
Yxy19.66030.57940.3593
Hunter Lab44.339950.024326.5554
CIE-Lab51.450956.011953.6106

#db471e color RGB value is (219,71,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 00011110
Octal 333 107 36
Decimal 219 71 30
Hex DB 47 1E

RGB Percentages of Color #db471e

%68.44
%22.19
%9.38

CMYK Percentages of Color #db471e

%0
%68
%86
%14

Triadic Colors of #db471e

#db471e #1edb47 #471edb

Analogous Colors of #db471e

#db471e #dba61e #db1e53

Monochromatic Colors of #db471e

#db471e

Complementary Color

#db471e #1eb2db

#db471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db471e Color CSS Codes

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

#db471e Text Font Color

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

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


#db471e Background Color

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

This div background color is #db471e


#db471e Border Color

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

This div border color is #db471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db471e


Comments

No comments written yet.

Please login to write comment.