Color Hex Logo

#da602a Color Hex

#DA602A
(218,96,42)
0 Favorites   0 Comments

Color spaces of #da602a

RGB 2189642
HSL0.050.700.51
HSV18°81°85°
CMYK 0.000.560.81   0.15
XYZ33.514223.43834.9481
Yxy23.43830.54140.3786
Hunter Lab48.413138.844527.8294
CIE-Lab55.521044.957551.9408

#da602a color RGB value is (218,96,42).

#da602a hex color red value is 218, green value is 96 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #da602a hue: 0.05 , saturation: 0.70 and the lightness value of da602a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 00101010
Octal 332 140 52
Decimal 218 96 42
Hex DA 60 2A

RGB Percentages of Color #da602a

%61.24
%26.97
%11.80

CMYK Percentages of Color #da602a

%0
%56
%81
%15

Triadic Colors of #da602a

#da602a #2ada60 #602ada

Analogous Colors of #da602a

#da602a #dab82a #da2a4c

Monochromatic Colors of #da602a

#da602a

Complementary Color

#da602a #2aa4da

#da602a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da602a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da602a Color CSS Codes

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

#da602a Text Font Color

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

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


#da602a Background Color

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

This div background color is #da602a


#da602a Border Color

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

This div border color is #da602a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da602a


Comments

No comments written yet.

Please login to write comment.