Color Hex Logo

#da532f Color Hex

#DA532F
(218,83,47)
0 Favorites   0 Comments

Color spaces of #da532f

RGB 2188347
HSL0.040.700.52
HSV13°78°85°
CMYK 0.000.620.78   0.15
XYZ32.519821.29725.0861
Yxy21.29720.55210.3616
Hunter Lab46.148945.023325.7698
CIE-Lab53.273251.117247.4080

#da532f color RGB value is (218,83,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 00101111
Octal 332 123 57
Decimal 218 83 47
Hex DA 53 2F

RGB Percentages of Color #da532f

%62.64
%23.85
%13.51

CMYK Percentages of Color #da532f

%0
%62
%78
%15

Triadic Colors of #da532f

#da532f #2fda53 #532fda

Analogous Colors of #da532f

#da532f #daa92f #da2f60

Monochromatic Colors of #da532f

#da532f

Complementary Color

#da532f #2fb6da

#da532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da532f Color CSS Codes

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

#da532f Text Font Color

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

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


#da532f Background Color

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

This div background color is #da532f


#da532f Border Color

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

This div border color is #da532f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,83,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 #da532f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da532f


Comments

No comments written yet.

Please login to write comment.