Color Hex Logo

#da778c Color Hex

#DA778C
(218,119,140)
0 Favorites   0 Comments

Color spaces of #da778c

RGB 218119140
HSL0.960.570.66
HSV347°45°85°
CMYK 0.000.450.36   0.15
XYZ40.243929.992528.4790
Yxy29.99250.40770.3038
Hunter Lab54.765435.32987.5039
CIE-Lab61.647840.76585.9712

#da778c color RGB value is (218,119,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 10001100
Octal 332 167 214
Decimal 218 119 140
Hex DA 77 8C

RGB Percentages of Color #da778c

%45.70
%24.95
%29.35

CMYK Percentages of Color #da778c

%0
%45
%36
%15

Triadic Colors of #da778c

#da778c #8cda77 #778cda

Analogous Colors of #da778c

#da778c #da9477 #da77be

Monochromatic Colors of #da778c

#da778c

Complementary Color

#da778c #77dac5

#da778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da778c Color CSS Codes

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

#da778c Text Font Color

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

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


#da778c Background Color

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

This div background color is #da778c


#da778c Border Color

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

This div border color is #da778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da778c


Comments

No comments written yet.

Please login to write comment.