Color Hex Logo

#da594f Color Hex

#DA594F
(218,89,79)
0 Favorites   0 Comments

Color spaces of #da594f

RGB 2188979
HSL0.010.650.58
HSV64°85°
CMYK 0.000.590.64   0.15
XYZ33.897122.61479.9756
Yxy22.61470.50980.3401
Hunter Lab47.554944.013520.8512
CIE-Lab54.673249.951731.6885

#da594f color RGB value is (218,89,79).

#da594f hex color red value is 218, green value is 89 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #da594f hue: 0.01 , saturation: 0.65 and the lightness value of da594f is 0.58.

The process color (four color CMYK) of #da594f color hex is 0.00, 0.59, 0.64, 0.15. Web safe color of #da594f is #cc6666. Color #da594f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01001111
Octal 332 131 117
Decimal 218 89 79
Hex DA 59 4F

RGB Percentages of Color #da594f

%56.48
%23.06
%20.47

CMYK Percentages of Color #da594f

%0
%59
%64
%15

Triadic Colors of #da594f

#da594f #4fda59 #594fda

Analogous Colors of #da594f

#da594f #da9f4f #da4f8b

Monochromatic Colors of #da594f

#da594f

Complementary Color

#da594f #4fd0da

#da594f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da594f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da594f Color CSS Codes

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

#da594f Text Font Color

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

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


#da594f Background Color

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

This div background color is #da594f


#da594f Border Color

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

This div border color is #da594f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da594f


Comments

No comments written yet.

Please login to write comment.