Color Hex Logo

#db471b Color Hex

#DB471B
(219,71,27)
0 Favorites   0 Comments

Color spaces of #db471b

RGB 2197127
HSL0.040.780.48
HSV14°88°86°
CMYK 0.000.680.88   0.14
XYZ31.664519.64573.1600
Yxy19.64570.58130.3607
Hunter Lab44.323549.953626.7994
CIE-Lab51.434255.950754.8041

#db471b color RGB value is (219,71,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 00011011
Octal 333 107 33
Decimal 219 71 27
Hex DB 47 1B

RGB Percentages of Color #db471b

%69.09
%22.40
%8.52

CMYK Percentages of Color #db471b

%0
%68
%88
%14

Triadic Colors of #db471b

#db471b #1bdb47 #471bdb

Analogous Colors of #db471b

#db471b #dba71b #db1b4f

Monochromatic Colors of #db471b

#db471b

Complementary Color

#db471b #1bafdb

#db471b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db471b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db471b Color CSS Codes

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

#db471b Text Font Color

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

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


#db471b Background Color

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

This div background color is #db471b


#db471b Border Color

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

This div border color is #db471b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db471b


Comments

No comments written yet.

Please login to write comment.