Color Hex Logo

#db583d Color Hex

#DB583D
(219,88,61)
0 Favorites   0 Comments

Color spaces of #db583d

RGB 2198861
HSL0.030.690.55
HSV10°72°86°
CMYK 0.000.600.72   0.14
XYZ33.545422.37646.9659
Yxy22.37640.53340.3558
Hunter Lab47.303743.801724.3816
CIE-Lab54.424149.794941.4309

#db583d color RGB value is (219,88,61).

#db583d hex color red value is 219, green value is 88 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #db583d hue: 0.03 , saturation: 0.69 and the lightness value of db583d is 0.55.

The process color (four color CMYK) of #db583d color hex is 0.00, 0.60, 0.72, 0.14. Web safe color of #db583d is #cc6633. Color #db583d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 00111101
Octal 333 130 75
Decimal 219 88 61
Hex DB 58 3D

RGB Percentages of Color #db583d

%59.51
%23.91
%16.58

CMYK Percentages of Color #db583d

%0
%60
%72
%14

Triadic Colors of #db583d

#db583d #3ddb58 #583ddb

Analogous Colors of #db583d

#db583d #dba73d #db3d71

Monochromatic Colors of #db583d

#db583d

Complementary Color

#db583d #3dc0db

#db583d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db583d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db583d Color CSS Codes

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

#db583d Text Font Color

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

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


#db583d Background Color

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

This div background color is #db583d


#db583d Border Color

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

This div border color is #db583d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db583d


Comments

No comments written yet.

Please login to write comment.