Color Hex Logo

#da5947 Color Hex

#DA5947
(218,89,71)
0 Favorites   0 Comments

Color spaces of #da5947

RGB 2188971
HSL0.020.670.57
HSV67°85°
CMYK 0.000.590.67   0.15
XYZ33.623222.50518.5330
Yxy22.50510.52000.3480
Hunter Lab47.439543.494322.5431
CIE-Lab54.558949.487036.0657

#da5947 color RGB value is (218,89,71).

#da5947 hex color red value is 218, green value is 89 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #da5947 hue: 0.02 , saturation: 0.67 and the lightness value of da5947 is 0.57.

The process color (four color CMYK) of #da5947 color hex is 0.00, 0.59, 0.67, 0.15. Web safe color of #da5947 is #cc6633. Color #da5947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01000111
Octal 332 131 107
Decimal 218 89 71
Hex DA 59 47

RGB Percentages of Color #da5947

%57.67
%23.54
%18.78

CMYK Percentages of Color #da5947

%0
%59
%67
%15

Triadic Colors of #da5947

#da5947 #47da59 #5947da

Analogous Colors of #da5947

#da5947 #daa347 #da477f

Monochromatic Colors of #da5947

#da5947

Complementary Color

#da5947 #47c8da

#da5947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5947 Color CSS Codes

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

#da5947 Text Font Color

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

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


#da5947 Background Color

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

This div background color is #da5947


#da5947 Border Color

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

This div border color is #da5947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5947


Comments

No comments written yet.

Please login to write comment.