Color Hex Logo

#df689c Color Hex

#DF689C
(223,104,156)
0 Favorites   0 Comments

Color spaces of #df689c

RGB 223104156
HSL0.930.650.64
HSV334°53°87°
CMYK 0.000.530.30   0.13
XYZ41.382527.988934.6738
Yxy27.98890.39770.2690
Hunter Lab52.904547.0417-1.8257
CIE-Lab59.878751.8990-5.7515

#df689c color RGB value is (223,104,156).

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

The process color (four color CMYK) of #df689c color hex is 0.00, 0.53, 0.30, 0.13. Web safe color of #df689c is #cc6699. Color #df689c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 10011100
Octal 337 150 234
Decimal 223 104 156
Hex DF 68 9C

RGB Percentages of Color #df689c

%46.17
%21.53
%32.30

CMYK Percentages of Color #df689c

%0
%53
%30
%13

Triadic Colors of #df689c

#df689c #9cdf68 #689cdf

Analogous Colors of #df689c

#df689c #df7068 #df68d8

Monochromatic Colors of #df689c

#df689c

Complementary Color

#df689c #68dfab

#df689c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df689c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df689c Color CSS Codes

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

#df689c Text Font Color

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

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


#df689c Background Color

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

This div background color is #df689c


#df689c Border Color

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

This div border color is #df689c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df689c


Comments

No comments written yet.

Please login to write comment.