Color Hex Logo

#da542c Color Hex

#DA542C
(218,84,44)
0 Favorites   0 Comments

Color spaces of #da542c

RGB 2188444
HSL0.040.700.51
HSV14°80°85°
CMYK 0.000.610.80   0.15
XYZ32.538421.42794.8039
Yxy21.42790.55370.3646
Hunter Lab46.290344.463426.2502
CIE-Lab53.414750.574349.0094

#da542c color RGB value is (218,84,44).

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

The process color (four color CMYK) of #da542c color hex is 0.00, 0.61, 0.80, 0.15. Web safe color of #da542c is #cc6633. Color #da542c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 00101100
Octal 332 124 54
Decimal 218 84 44
Hex DA 54 2C

RGB Percentages of Color #da542c

%63.01
%24.28
%12.72

CMYK Percentages of Color #da542c

%0
%61
%80
%15

Triadic Colors of #da542c

#da542c #2cda54 #542cda

Analogous Colors of #da542c

#da542c #daab2c #da2c5b

Monochromatic Colors of #da542c

#da542c

Complementary Color

#da542c #2cb2da

#da542c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da542c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da542c Color CSS Codes

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

#da542c Text Font Color

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

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


#da542c Background Color

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

This div background color is #da542c


#da542c Border Color

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

This div border color is #da542c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da542c


Comments

No comments written yet.

Please login to write comment.