Color Hex Logo

#da769c Color Hex

#DA769C
(218,118,156)
0 Favorites   0 Comments

Color spaces of #da769c

RGB 218118156
HSL0.940.570.66
HSV337°46°85°
CMYK 0.000.460.28   0.15
XYZ41.392630.262635.1121
Yxy30.26260.38770.2834
Hunter Lab55.011538.03980.6651
CIE-Lab61.880143.3029-2.8738

#da769c color RGB value is (218,118,156).

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

The process color (four color CMYK) of #da769c color hex is 0.00, 0.46, 0.28, 0.15. Web safe color of #da769c is #cc6699. Color #da769c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 10011100
Octal 332 166 234
Decimal 218 118 156
Hex DA 76 9C

RGB Percentages of Color #da769c

%44.31
%23.98
%31.71

CMYK Percentages of Color #da769c

%0
%46
%28
%15

Triadic Colors of #da769c

#da769c #9cda76 #769cda

Analogous Colors of #da769c

#da769c #da8276 #da76ce

Monochromatic Colors of #da769c

#da769c

Complementary Color

#da769c #76dab4

#da769c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da769c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da769c Color CSS Codes

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

#da769c Text Font Color

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

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


#da769c Background Color

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

This div background color is #da769c


#da769c Border Color

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

This div border color is #da769c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da769c


Comments

No comments written yet.

Please login to write comment.