Color Hex Logo

#da5729 Color Hex

#DA5729
(218,87,41)
0 Favorites   0 Comments

Color spaces of #da5729

RGB 2188741
HSL0.040.710.51
HSV16°81°85°
CMYK 0.000.600.81   0.15
XYZ32.721921.88194.5968
Yxy21.88190.55270.3696
Hunter Lab46.778143.001526.9183
CIE-Lab53.901549.132250.8793

#da5729 color RGB value is (218,87,41).

#da5729 hex color red value is 218, green value is 87 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #da5729 hue: 0.04 , saturation: 0.71 and the lightness value of da5729 is 0.51.

The process color (four color CMYK) of #da5729 color hex is 0.00, 0.60, 0.81, 0.15. Web safe color of #da5729 is #cc6633. Color #da5729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 00101001
Octal 332 127 51
Decimal 218 87 41
Hex DA 57 29

RGB Percentages of Color #da5729

%63.01
%25.14
%11.85

CMYK Percentages of Color #da5729

%0
%60
%81
%15

Triadic Colors of #da5729

#da5729 #29da57 #5729da

Analogous Colors of #da5729

#da5729 #dab029 #da2954

Monochromatic Colors of #da5729

#da5729

Complementary Color

#da5729 #29acda

#da5729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5729 Color CSS Codes

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

#da5729 Text Font Color

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

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


#da5729 Background Color

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

This div background color is #da5729


#da5729 Border Color

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

This div border color is #da5729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5729


Comments

No comments written yet.

Please login to write comment.