Color Hex Logo

#da0749 Color Hex

#DA0749
(218,7,73)
0 Favorites   0 Comments

Color spaces of #da0749

RGB 218773
HSL0.950.940.44
HSV341°97°85°
CMYK 0.000.970.67   0.15
XYZ30.192015.53847.7112
Yxy15.53840.56500.2908
Hunter Lab39.418867.735515.9947
CIE-Lab46.363072.351324.7757

#da0749 color RGB value is (218,7,73).

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

The process color (four color CMYK) of #da0749 color hex is 0.00, 0.97, 0.67, 0.15. Web safe color of #da0749 is #cc0033. Color #da0749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 01001001
Octal 332 7 111
Decimal 218 7 73
Hex DA 7 49

RGB Percentages of Color #da0749

%73.15
%2.35
%24.50

CMYK Percentages of Color #da0749

%0
%97
%67
%15

Triadic Colors of #da0749

#da0749 #49da07 #0749da

Analogous Colors of #da0749

#da0749 #da2f07 #da07b3

Monochromatic Colors of #da0749

#da0749

Complementary Color

#da0749 #07da98

#da0749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0749 Color CSS Codes

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

#da0749 Text Font Color

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

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


#da0749 Background Color

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

This div background color is #da0749


#da0749 Border Color

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

This div border color is #da0749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0749


Comments

No comments written yet.

Please login to write comment.