Color Hex Logo

#da532e Color Hex

#DA532E
(218,83,46)
0 Favorites   0 Comments

Color spaces of #da532e

RGB 2188346
HSL0.040.700.52
HSV13°79°85°
CMYK 0.000.620.79   0.15
XYZ32.499821.28924.9811
Yxy21.28920.55300.3622
Hunter Lab46.140244.984725.8975
CIE-Lab53.264651.082947.8922

#da532e color RGB value is (218,83,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 00101110
Octal 332 123 56
Decimal 218 83 46
Hex DA 53 2E

RGB Percentages of Color #da532e

%62.82
%23.92
%13.26

CMYK Percentages of Color #da532e

%0
%62
%79
%15

Triadic Colors of #da532e

#da532e #2eda53 #532eda

Analogous Colors of #da532e

#da532e #daa92e #da2e5f

Monochromatic Colors of #da532e

#da532e

Complementary Color

#da532e #2eb5da

#da532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da532e Color CSS Codes

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

#da532e Text Font Color

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

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


#da532e Background Color

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

This div background color is #da532e


#da532e Border Color

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

This div border color is #da532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da532e


Comments

No comments written yet.

Please login to write comment.