Color Hex Logo

#df778c Color Hex

#DF778C
(223,119,140)
0 Favorites   0 Comments

Color spaces of #df778c

RGB 223119140
HSL0.970.620.67
HSV348°47°87°
CMYK 0.000.470.37   0.13
XYZ41.761930.775128.5500
Yxy30.77510.41310.3044
Hunter Lab55.475337.29338.3195
CIE-Lab62.317342.54237.0194

#df778c color RGB value is (223,119,140).

#df778c hex color red value is 223, green value is 119 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #df778c hue: 0.97 , saturation: 0.62 and the lightness value of df778c is 0.67.

The process color (four color CMYK) of #df778c color hex is 0.00, 0.47, 0.37, 0.13. Web safe color of #df778c is #cc6699. Color #df778c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 10001100
Octal 337 167 214
Decimal 223 119 140
Hex DF 77 8C

RGB Percentages of Color #df778c

%46.27
%24.69
%29.05

CMYK Percentages of Color #df778c

%0
%47
%37
%13

Triadic Colors of #df778c

#df778c #8cdf77 #778cdf

Analogous Colors of #df778c

#df778c #df9677 #df77c0

Monochromatic Colors of #df778c

#df778c

Complementary Color

#df778c #77dfca

#df778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df778c Color CSS Codes

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

#df778c Text Font Color

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

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


#df778c Background Color

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

This div background color is #df778c


#df778c Border Color

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

This div border color is #df778c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #df778c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df778c


Comments

No comments written yet.

Please login to write comment.