Color Hex Logo

#da542e Color Hex

#DA542E
(218,84,46)
0 Favorites   0 Comments

Color spaces of #da542e

RGB 2188446
HSL0.040.700.52
HSV13°79°85°
CMYK 0.000.610.79   0.15
XYZ32.576921.44335.0068
Yxy21.44330.55190.3633
Hunter Lab46.306944.537626.0043
CIE-Lab53.431350.640548.0568

#da542e color RGB value is (218,84,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 00101110
Octal 332 124 56
Decimal 218 84 46
Hex DA 54 2E

RGB Percentages of Color #da542e

%62.64
%24.14
%13.22

CMYK Percentages of Color #da542e

%0
%61
%79
%15

Triadic Colors of #da542e

#da542e #2eda54 #542eda

Analogous Colors of #da542e

#da542e #daaa2e #da2e5e

Monochromatic Colors of #da542e

#da542e

Complementary Color

#da542e #2eb4da

#da542e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da542e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da542e Color CSS Codes

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

#da542e Text Font Color

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

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


#da542e Background Color

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

This div background color is #da542e


#da542e Border Color

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

This div border color is #da542e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da542e


Comments

No comments written yet.

Please login to write comment.