Color Hex Logo

#df776d Color Hex

#DF776D
(223,119,109)
0 Favorites   0 Comments

Color spaces of #df776d

RGB 223119109
HSL0.010.640.65
HSV51°87°
CMYK 0.000.470.51   0.13
XYZ39.788629.985818.1587
Yxy29.98580.45250.3410
Hunter Lab54.759333.871018.6704
CIE-Lab61.642039.369523.7779

#df776d color RGB value is (223,119,109).

#df776d hex color red value is 223, green value is 119 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #df776d hue: 0.01 , saturation: 0.64 and the lightness value of df776d is 0.65.

The process color (four color CMYK) of #df776d color hex is 0.00, 0.47, 0.51, 0.13. Web safe color of #df776d is #cc6666. Color #df776d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 01101101
Octal 337 167 155
Decimal 223 119 109
Hex DF 77 6D

RGB Percentages of Color #df776d

%49.45
%26.39
%24.17

CMYK Percentages of Color #df776d

%0
%47
%51
%13

Triadic Colors of #df776d

#df776d #6ddf77 #776ddf

Analogous Colors of #df776d

#df776d #dfb06d #df6d9c

Monochromatic Colors of #df776d

#df776d

Complementary Color

#df776d #6dd5df

#df776d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df776d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df776d Color CSS Codes

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

#df776d Text Font Color

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

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


#df776d Background Color

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

This div background color is #df776d


#df776d Border Color

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

This div border color is #df776d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df776d


Comments

No comments written yet.

Please login to write comment.