Color Hex Logo

#da543c Color Hex

#DA543C
(218,84,60)
0 Favorites   0 Comments

Color spaces of #da543c

RGB 2188460
HSL0.030.680.55
HSV72°85°
CMYK 0.000.610.72   0.15
XYZ32.899421.57236.7048
Yxy21.57230.53780.3526
Hunter Lab46.446045.157623.9533
CIE-Lab53.570251.192540.9708

#da543c color RGB value is (218,84,60).

#da543c hex color red value is 218, green value is 84 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da543c hue: 0.03 , saturation: 0.68 and the lightness value of da543c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 00111100
Octal 332 124 74
Decimal 218 84 60
Hex DA 54 3C

RGB Percentages of Color #da543c

%60.22
%23.20
%16.57

CMYK Percentages of Color #da543c

%0
%61
%72
%15

Triadic Colors of #da543c

#da543c #3cda54 #543cda

Analogous Colors of #da543c

#da543c #daa33c #da3c73

Monochromatic Colors of #da543c

#da543c

Complementary Color

#da543c #3cc2da

#da543c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da543c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da543c Color CSS Codes

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

#da543c Text Font Color

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

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


#da543c Background Color

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

This div background color is #da543c


#da543c Border Color

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

This div border color is #da543c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da543c


Comments

No comments written yet.

Please login to write comment.