Color Hex Logo

#da78ad Color Hex

#DA78AD
(218,120,173)
0 Favorites   0 Comments

Color spaces of #da78ad

RGB 218120173
HSL0.910.570.66
HSV328°45°85°
CMYK 0.000.450.21   0.15
XYZ43.172731.355543.3119
Yxy31.35550.36640.2661
Hunter Lab55.996039.6299-6.6626
CIE-Lab62.806644.6664-11.2152

#da78ad color RGB value is (218,120,173).

#da78ad hex color red value is 218, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da78ad hue: 0.91 , saturation: 0.57 and the lightness value of da78ad is 0.66.

The process color (four color CMYK) of #da78ad color hex is 0.00, 0.45, 0.21, 0.15. Web safe color of #da78ad is #cc6699. Color #da78ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 10101101
Octal 332 170 255
Decimal 218 120 173
Hex DA 78 AD

RGB Percentages of Color #da78ad

%42.66
%23.48
%33.86

CMYK Percentages of Color #da78ad

%0
%45
%21
%15

Triadic Colors of #da78ad

#da78ad #adda78 #78adda

Analogous Colors of #da78ad

#da78ad #da787c #d678da

Monochromatic Colors of #da78ad

#da78ad

Complementary Color

#da78ad #78daa5

#da78ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da78ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da78ad Color CSS Codes

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

#da78ad Text Font Color

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

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


#da78ad Background Color

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

This div background color is #da78ad


#da78ad Border Color

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

This div border color is #da78ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da78ad


Comments

No comments written yet.

Please login to write comment.