Color Hex Logo

#da641e Color Hex

#DA641E
(218,100,30)
0 Favorites   0 Comments

Color spaces of #da641e

RGB 21810030
HSL0.060.760.49
HSV22°86°85°
CMYK 0.000.540.86   0.15
XYZ33.705024.11354.1062
Yxy24.11350.54430.3894
Hunter Lab49.105536.584129.4160
CIE-Lab56.201342.694357.4157

#da641e color RGB value is (218,100,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 00011110
Octal 332 144 36
Decimal 218 100 30
Hex DA 64 1E

RGB Percentages of Color #da641e

%62.64
%28.74
%8.62

CMYK Percentages of Color #da641e

%0
%54
%86
%15

Triadic Colors of #da641e

#da641e #1eda64 #641eda

Analogous Colors of #da641e

#da641e #dac21e #da1e36

Monochromatic Colors of #da641e

#da641e

Complementary Color

#da641e #1e94da

#da641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da641e Color CSS Codes

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

#da641e Text Font Color

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

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


#da641e Background Color

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

This div background color is #da641e


#da641e Border Color

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

This div border color is #da641e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da641e


Comments

No comments written yet.

Please login to write comment.