Color Hex Logo

#da060a Color Hex

#DA060A
(218,6,10)
0 Favorites   0 Comments

Color spaces of #da060a

RGB 218610
HSL1.000.950.44
HSV359°97°85°
CMYK 0.000.970.95   0.15
XYZ29.033415.05761.6633
Yxy15.05760.63460.3291
Hunter Lab38.804165.647224.6215
CIE-Lab45.713070.732056.7767

#da060a color RGB value is (218,6,10).

#da060a hex color red value is 218, green value is 6 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #da060a hue: 1.00 , saturation: 0.95 and the lightness value of da060a is 0.44.

The process color (four color CMYK) of #da060a color hex is 0.00, 0.97, 0.95, 0.15. Web safe color of #da060a is #cc0000. Color #da060a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 00001010
Octal 332 6 12
Decimal 218 6 10
Hex DA 6 A

RGB Percentages of Color #da060a

%93.16
%2.56
%4.27

CMYK Percentages of Color #da060a

%0
%97
%95
%15

Triadic Colors of #da060a

#da060a #0ada06 #060ada

Analogous Colors of #da060a

#da060a #da6c06 #da0674

Monochromatic Colors of #da060a

#da060a

Complementary Color

#da060a #06dad6

#da060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da060a Color CSS Codes

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

#da060a Text Font Color

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

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


#da060a Background Color

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

This div background color is #da060a


#da060a Border Color

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

This div border color is #da060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da060a


Comments

No comments written yet.

Please login to write comment.