Color Hex Logo

#da541e Color Hex

#DA541E
(218,84,30)
1 Favorites   0 Comments

Color spaces of #da541e

RGB 2188430
HSL0.050.760.49
HSV17°86°85°
CMYK 0.000.610.86   0.15
XYZ32.318121.33983.6439
Yxy21.33980.56400.3724
Hunter Lab46.195044.037627.6597
CIE-Lab53.319450.193755.0648

#da541e color RGB value is (218,84,30).

#da541e hex color red value is 218, green value is 84 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da541e hue: 0.05 , saturation: 0.76 and the lightness value of da541e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 00011110
Octal 332 124 36
Decimal 218 84 30
Hex DA 54 1E

RGB Percentages of Color #da541e

%65.66
%25.30
%9.04

CMYK Percentages of Color #da541e

%0
%61
%86
%15

Triadic Colors of #da541e

#da541e #1eda54 #541eda

Analogous Colors of #da541e

#da541e #dab21e #da1e46

Monochromatic Colors of #da541e

#da541e

Complementary Color

#da541e #1ea4da

#da541e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da541e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da541e Color CSS Codes

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

#da541e Text Font Color

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

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


#da541e Background Color

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

This div background color is #da541e


#da541e Border Color

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

This div border color is #da541e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da541e


Comments

No comments written yet.

Please login to write comment.