Color Hex Logo

#da530f Color Hex

#DA530F
(218,83,15)
0 Favorites   0 Comments

Color spaces of #da530f

RGB 2188315
HSL0.060.870.46
HSV20°93°85°
CMYK 0.000.620.93   0.15
XYZ32.092921.12642.8383
Yxy21.12640.57250.3769
Hunter Lab45.963544.197328.5132
CIE-Lab53.087650.380659.8154

#da530f color RGB value is (218,83,15).

#da530f hex color red value is 218, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #da530f hue: 0.06 , saturation: 0.87 and the lightness value of da530f is 0.46.

The process color (four color CMYK) of #da530f color hex is 0.00, 0.62, 0.93, 0.15. Web safe color of #da530f is #cc6600. Color #da530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 00001111
Octal 332 123 17
Decimal 218 83 15
Hex DA 53 F

RGB Percentages of Color #da530f

%68.99
%26.27
%4.75

CMYK Percentages of Color #da530f

%0
%62
%93
%15

Triadic Colors of #da530f

#da530f #0fda53 #530fda

Analogous Colors of #da530f

#da530f #dab90f #da0f30

Monochromatic Colors of #da530f

#da530f

Complementary Color

#da530f #0f96da

#da530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da530f Color CSS Codes

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

#da530f Text Font Color

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

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


#da530f Background Color

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

This div background color is #da530f


#da530f Border Color

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

This div border color is #da530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da530f


Comments

No comments written yet.

Please login to write comment.