Color Hex Logo

#da503f Color Hex

#DA503F
(218,80,63)
0 Favorites   0 Comments

Color spaces of #da503f

RGB 2188063
HSL0.020.680.55
HSV71°85°
CMYK 0.000.630.71   0.15
XYZ32.679321.00167.0340
Yxy21.00160.53820.3459
Hunter Lab45.827547.089122.9789
CIE-Lab52.951253.075938.6316

#da503f color RGB value is (218,80,63).

#da503f hex color red value is 218, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #da503f hue: 0.02 , saturation: 0.68 and the lightness value of da503f is 0.55.

The process color (four color CMYK) of #da503f color hex is 0.00, 0.63, 0.71, 0.15. Web safe color of #da503f is #cc6633. Color #da503f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 00111111
Octal 332 120 77
Decimal 218 80 63
Hex DA 50 3F

RGB Percentages of Color #da503f

%60.39
%22.16
%17.45

CMYK Percentages of Color #da503f

%0
%63
%71
%15

Triadic Colors of #da503f

#da503f #3fda50 #503fda

Analogous Colors of #da503f

#da503f #da9e3f #da3f7c

Monochromatic Colors of #da503f

#da503f

Complementary Color

#da503f #3fc9da

#da503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da503f Color CSS Codes

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

#da503f Text Font Color

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

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


#da503f Background Color

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

This div background color is #da503f


#da503f Border Color

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

This div border color is #da503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da503f


Comments

No comments written yet.

Please login to write comment.