Color Hex Logo

#da590d Color Hex

#DA590D
(218,89,13)
0 Favorites   0 Comments

Color spaces of #da590d

RGB 2188913
HSL0.060.890.45
HSV22°94°85°
CMYK 0.000.590.94   0.15
XYZ32.558522.07922.9265
Yxy22.07920.56560.3836
Hunter Lab46.988541.453429.1993
CIE-Lab54.110947.645160.9718

#da590d color RGB value is (218,89,13).

#da590d hex color red value is 218, green value is 89 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #da590d hue: 0.06 , saturation: 0.89 and the lightness value of da590d is 0.45.

The process color (four color CMYK) of #da590d color hex is 0.00, 0.59, 0.94, 0.15. Web safe color of #da590d is #cc6600. Color #da590d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 00001101
Octal 332 131 15
Decimal 218 89 13
Hex DA 59 D

RGB Percentages of Color #da590d

%68.13
%27.81
%4.06

CMYK Percentages of Color #da590d

%0
%59
%94
%15

Triadic Colors of #da590d

#da590d #0dda59 #590dda

Analogous Colors of #da590d

#da590d #dac00d #da0d27

Monochromatic Colors of #da590d

#da590d

Complementary Color

#da590d #0d8eda

#da590d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da590d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da590d Color CSS Codes

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

#da590d Text Font Color

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

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


#da590d Background Color

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

This div background color is #da590d


#da590d Border Color

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

This div border color is #da590d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,89,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da590d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da590d;
  -webkit-box-shadow: 1px 1px 3px 2px #da590d;
  box-shadow:         1px 1px 3px 2px #da590d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,89,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da590d


Comments

No comments written yet.

Please login to write comment.