Color Hex Logo

#da0785 Color Hex

#DA0785
(218,7,133)
0 Favorites   0 Comments

Color spaces of #da0785

RGB 2187133
HSL0.900.940.44
HSV324°97°85°
CMYK 0.000.970.39   0.15
XYZ33.223116.750823.6725
Yxy16.75080.45110.2274
Hunter Lab40.927773.2739-5.6438
CIE-Lab47.944576.5890-10.0118

#da0785 color RGB value is (218,7,133).

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

The process color (four color CMYK) of #da0785 color hex is 0.00, 0.97, 0.39, 0.15. Web safe color of #da0785 is #cc0099. Color #da0785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 10000101
Octal 332 7 205
Decimal 218 7 133
Hex DA 7 85

RGB Percentages of Color #da0785

%60.89
%1.96
%37.15

CMYK Percentages of Color #da0785

%0
%97
%39
%15

Triadic Colors of #da0785

#da0785 #85da07 #0785da

Analogous Colors of #da0785

#da0785 #da071c #c607da

Monochromatic Colors of #da0785

#da0785

Complementary Color

#da0785 #07da5c

#da0785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0785 Color CSS Codes

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

#da0785 Text Font Color

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

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


#da0785 Background Color

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

This div background color is #da0785


#da0785 Border Color

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

This div border color is #da0785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0785


Comments

No comments written yet.

Please login to write comment.