Color Hex Logo

#da592f Color Hex

#DA592F
(218,89,47)
0 Favorites   0 Comments

Color spaces of #da592f

RGB 2188947
HSL0.040.700.52
HSV15°78°85°
CMYK 0.000.590.78   0.15
XYZ32.998922.25545.2458
Yxy22.25540.54540.3679
Hunter Lab47.175642.301726.4301
CIE-Lab54.296948.413748.4269

#da592f color RGB value is (218,89,47).

#da592f hex color red value is 218, green value is 89 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #da592f hue: 0.04 , saturation: 0.70 and the lightness value of da592f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 00101111
Octal 332 131 57
Decimal 218 89 47
Hex DA 59 2F

RGB Percentages of Color #da592f

%61.58
%25.14
%13.28

CMYK Percentages of Color #da592f

%0
%59
%78
%15

Triadic Colors of #da592f

#da592f #2fda59 #592fda

Analogous Colors of #da592f

#da592f #daaf2f #da2f5b

Monochromatic Colors of #da592f

#da592f

Complementary Color

#da592f #2fb0da

#da592f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da592f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da592f Color CSS Codes

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

#da592f Text Font Color

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

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


#da592f Background Color

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

This div background color is #da592f


#da592f Border Color

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

This div border color is #da592f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da592f


Comments

No comments written yet.

Please login to write comment.