Color Hex Logo

#da6126 Color Hex

#DA6126
(218,97,38)
0 Favorites   0 Comments

Color spaces of #da6126

RGB 2189738
HSL0.050.710.50
HSV20°83°85°
CMYK 0.000.560.83   0.15
XYZ33.538023.59484.6203
Yxy23.59480.54310.3821
Hunter Lab48.574538.239128.3626
CIE-Lab55.679844.356553.8269

#da6126 color RGB value is (218,97,38).

#da6126 hex color red value is 218, green value is 97 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #da6126 hue: 0.05 , saturation: 0.71 and the lightness value of da6126 is 0.50.

The process color (four color CMYK) of #da6126 color hex is 0.00, 0.56, 0.83, 0.15. Web safe color of #da6126 is #cc6633. Color #da6126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 00100110
Octal 332 141 46
Decimal 218 97 38
Hex DA 61 26

RGB Percentages of Color #da6126

%61.76
%27.48
%10.76

CMYK Percentages of Color #da6126

%0
%56
%83
%15

Triadic Colors of #da6126

#da6126 #26da61 #6126da

Analogous Colors of #da6126

#da6126 #dabb26 #da2645

Monochromatic Colors of #da6126

#da6126

Complementary Color

#da6126 #269fda

#da6126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6126 Color CSS Codes

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

#da6126 Text Font Color

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

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


#da6126 Background Color

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

This div background color is #da6126


#da6126 Border Color

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

This div border color is #da6126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6126


Comments

No comments written yet.

Please login to write comment.