Color Hex Logo

#db580f Color Hex

#DB580F
(219,88,15)
0 Favorites   0 Comments

Color spaces of #db580f

RGB 2198815
HSL0.060.870.46
HSV21°93°86°
CMYK 0.000.600.93   0.14
XYZ32.789422.07402.9845
Yxy22.07400.56680.3816
Hunter Lab46.983042.354929.1218
CIE-Lab54.105448.493960.5691

#db580f color RGB value is (219,88,15).

#db580f hex color red value is 219, green value is 88 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #db580f hue: 0.06 , saturation: 0.87 and the lightness value of db580f is 0.46.

The process color (four color CMYK) of #db580f color hex is 0.00, 0.60, 0.93, 0.14. Web safe color of #db580f is #cc6600. Color #db580f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 00001111
Octal 333 130 17
Decimal 219 88 15
Hex DB 58 F

RGB Percentages of Color #db580f

%68.01
%27.33
%4.66

CMYK Percentages of Color #db580f

%0
%60
%93
%14

Triadic Colors of #db580f

#db580f #0fdb58 #580fdb

Analogous Colors of #db580f

#db580f #dbbe0f #db0f2c

Monochromatic Colors of #db580f

#db580f

Complementary Color

#db580f #0f92db

#db580f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db580f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db580f Color CSS Codes

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

#db580f Text Font Color

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

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


#db580f Background Color

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

This div background color is #db580f


#db580f Border Color

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

This div border color is #db580f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db580f


Comments

No comments written yet.

Please login to write comment.