Color Hex Logo

#da531a Color Hex

#DA531A
(218,83,26)
0 Favorites   0 Comments

Color spaces of #da531a

RGB 2188326
HSL0.050.790.48
HSV18°88°85°
CMYK 0.000.620.88   0.15
XYZ32.193221.16653.3661
Yxy21.16650.56750.3731
Hunter Lab46.007144.392127.8670
CIE-Lab53.131250.554656.4218

#da531a color RGB value is (218,83,26).

#da531a hex color red value is 218, green value is 83 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #da531a hue: 0.05 , saturation: 0.79 and the lightness value of da531a is 0.48.

The process color (four color CMYK) of #da531a color hex is 0.00, 0.62, 0.88, 0.15. Web safe color of #da531a is #cc6633. Color #da531a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 00011010
Octal 332 123 32
Decimal 218 83 26
Hex DA 53 1A

RGB Percentages of Color #da531a

%66.67
%25.38
%7.95

CMYK Percentages of Color #da531a

%0
%62
%88
%15

Triadic Colors of #da531a

#da531a #1ada53 #531ada

Analogous Colors of #da531a

#da531a #dab31a #da1a41

Monochromatic Colors of #da531a

#da531a

Complementary Color

#da531a #1aa1da

#da531a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da531a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da531a Color CSS Codes

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

#da531a Text Font Color

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

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


#da531a Background Color

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

This div background color is #da531a


#da531a Border Color

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

This div border color is #da531a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da531a


Comments

No comments written yet.

Please login to write comment.