Color Hex Logo

#db531f Color Hex

#DB531F
(219,83,31)
0 Favorites   0 Comments

Color spaces of #db531f

RGB 2198331
HSL0.050.750.49
HSV17°86°86°
CMYK 0.000.620.86   0.14
XYZ32.554021.34553.7006
Yxy21.34550.56520.3706
Hunter Lab46.201244.921527.5919
CIE-Lab53.325651.014254.7429

#db531f color RGB value is (219,83,31).

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

The process color (four color CMYK) of #db531f color hex is 0.00, 0.62, 0.86, 0.14. Web safe color of #db531f is #cc6633. Color #db531f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 00011111
Octal 333 123 37
Decimal 219 83 31
Hex DB 53 1F

RGB Percentages of Color #db531f

%65.77
%24.92
%9.31

CMYK Percentages of Color #db531f

%0
%62
%86
%14

Triadic Colors of #db531f

#db531f #1fdb53 #531fdb

Analogous Colors of #db531f

#db531f #dbb11f #db1f49

Monochromatic Colors of #db531f

#db531f

Complementary Color

#db531f #1fa7db

#db531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db531f Color CSS Codes

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

#db531f Text Font Color

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

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


#db531f Background Color

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

This div background color is #db531f


#db531f Border Color

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

This div border color is #db531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db531f


Comments

No comments written yet.

Please login to write comment.