Color Hex Logo

#da0747 Color Hex

#DA0747
(218,7,71)
0 Favorites   0 Comments

Color spaces of #da0747

RGB 218771
HSL0.950.940.44
HSV342°97°85°
CMYK 0.000.970.67   0.15
XYZ30.126815.51237.3676
Yxy15.51230.56840.2926
Hunter Lab39.385767.613016.4790
CIE-Lab46.328072.256125.9632

#da0747 color RGB value is (218,7,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 01000111
Octal 332 7 107
Decimal 218 7 71
Hex DA 7 47

RGB Percentages of Color #da0747

%73.65
%2.36
%23.99

CMYK Percentages of Color #da0747

%0
%97
%67
%15

Triadic Colors of #da0747

#da0747 #47da07 #0747da

Analogous Colors of #da0747

#da0747 #da3107 #da07b1

Monochromatic Colors of #da0747

#da0747

Complementary Color

#da0747 #07da9a

#da0747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0747 Color CSS Codes

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

#da0747 Text Font Color

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

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


#da0747 Background Color

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

This div background color is #da0747


#da0747 Border Color

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

This div border color is #da0747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0747


Comments

No comments written yet.

Please login to write comment.