Color Hex Logo

#da6780 Color Hex

#DA6780
(218,103,128)
0 Favorites   0 Comments

Color spaces of #da6780

RGB 218103128
HSL0.960.610.63
HSV347°53°85°
CMYK 0.000.530.41   0.15
XYZ37.660026.164423.4874
Yxy26.16440.43130.2997
Hunter Lab51.151141.90608.5812
CIE-Lab58.192847.44417.9719

#da6780 color RGB value is (218,103,128).

#da6780 hex color red value is 218, green value is 103 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #da6780 hue: 0.96 , saturation: 0.61 and the lightness value of da6780 is 0.63.

The process color (four color CMYK) of #da6780 color hex is 0.00, 0.53, 0.41, 0.15. Web safe color of #da6780 is #cc6699. Color #da6780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 10000000
Octal 332 147 200
Decimal 218 103 128
Hex DA 67 80

RGB Percentages of Color #da6780

%48.55
%22.94
%28.51

CMYK Percentages of Color #da6780

%0
%53
%41
%15

Triadic Colors of #da6780

#da6780 #80da67 #6780da

Analogous Colors of #da6780

#da6780 #da8867 #da67ba

Monochromatic Colors of #da6780

#da6780

Complementary Color

#da6780 #67dac1

#da6780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6780 Color CSS Codes

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

#da6780 Text Font Color

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

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


#da6780 Background Color

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

This div background color is #da6780


#da6780 Border Color

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

This div border color is #da6780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6780


Comments

No comments written yet.

Please login to write comment.