Color Hex Logo

#df769f Color Hex

#DF769F
(223,118,159)
0 Favorites   0 Comments

Color spaces of #df769f

RGB 223118159
HSL0.930.620.67
HSV337°47°87°
CMYK 0.000.470.29   0.13
XYZ43.167931.148036.5379
Yxy31.14800.38940.2810
Hunter Lab55.810440.39700.2513
CIE-Lab62.632445.4032-3.4087

#df769f color RGB value is (223,118,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 10011111
Octal 337 166 237
Decimal 223 118 159
Hex DF 76 9F

RGB Percentages of Color #df769f

%44.60
%23.60
%31.80

CMYK Percentages of Color #df769f

%0
%47
%29
%13

Triadic Colors of #df769f

#df769f #9fdf76 #769fdf

Analogous Colors of #df769f

#df769f #df8276 #df76d4

Monochromatic Colors of #df769f

#df769f

Complementary Color

#df769f #76dfb6

#df769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df769f Color CSS Codes

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

#df769f Text Font Color

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

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


#df769f Background Color

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

This div background color is #df769f


#df769f Border Color

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

This div border color is #df769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df769f


Comments

No comments written yet.

Please login to write comment.