Color Hex Logo

#da603a Color Hex

#DA603A
(218,96,58)
0 Favorites   0 Comments

Color spaces of #da603a

RGB 2189658
HSL0.040.680.54
HSV14°73°85°
CMYK 0.000.560.73   0.15
XYZ33.860023.57676.7691
Yxy23.57670.52740.3672
Hunter Lab48.555839.502725.7236
CIE-Lab55.661545.562744.3247

#da603a color RGB value is (218,96,58).

#da603a hex color red value is 218, green value is 96 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #da603a hue: 0.04 , saturation: 0.68 and the lightness value of da603a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 00111010
Octal 332 140 72
Decimal 218 96 58
Hex DA 60 3A

RGB Percentages of Color #da603a

%58.60
%25.81
%15.59

CMYK Percentages of Color #da603a

%0
%56
%73
%15

Triadic Colors of #da603a

#da603a #3ada60 #603ada

Analogous Colors of #da603a

#da603a #dab03a #da3a64

Monochromatic Colors of #da603a

#da603a

Complementary Color

#da603a #3ab4da

#da603a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da603a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da603a Color CSS Codes

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

#da603a Text Font Color

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

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


#da603a Background Color

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

This div background color is #da603a


#da603a Border Color

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

This div border color is #da603a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da603a


Comments

No comments written yet.

Please login to write comment.