Color Hex Logo

#df768d Color Hex

#DF768D
(223,118,141)
0 Favorites   0 Comments

Color spaces of #df768d

RGB 223118141
HSL0.960.620.67
HSV347°47°87°
CMYK 0.000.470.37   0.13
XYZ41.717630.567928.9007
Yxy30.56790.41230.3021
Hunter Lab55.288237.93237.7092
CIE-Lab62.141243.16726.1937

#df768d color RGB value is (223,118,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 10001101
Octal 337 166 215
Decimal 223 118 141
Hex DF 76 8D

RGB Percentages of Color #df768d

%46.27
%24.48
%29.25

CMYK Percentages of Color #df768d

%0
%47
%37
%13

Triadic Colors of #df768d

#df768d #8ddf76 #768ddf

Analogous Colors of #df768d

#df768d #df9476 #df76c2

Monochromatic Colors of #df768d

#df768d

Complementary Color

#df768d #76dfc8

#df768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df768d Color CSS Codes

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

#df768d Text Font Color

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

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


#df768d Background Color

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

This div background color is #df768d


#df768d Border Color

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

This div border color is #df768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df768d


Comments

No comments written yet.

Please login to write comment.