Color Hex Logo

#df569c Color Hex

#DF569C
(223,86,156)
0 Favorites   0 Comments

Color spaces of #df569c

RGB 22386156
HSL0.910.680.61
HSV329°61°87°
CMYK 0.000.610.30   0.13
XYZ39.760024.743934.1329
Yxy24.74390.40310.2509
Hunter Lab49.743255.6252-5.8634
CIE-Lab56.825060.0425-10.3025

#df569c color RGB value is (223,86,156).

#df569c hex color red value is 223, green value is 86 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #df569c hue: 0.91 , saturation: 0.68 and the lightness value of df569c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010110 10011100
Octal 337 126 234
Decimal 223 86 156
Hex DF 56 9C

RGB Percentages of Color #df569c

%47.96
%18.49
%33.55

CMYK Percentages of Color #df569c

%0
%61
%30
%13

Triadic Colors of #df569c

#df569c #9cdf56 #569cdf

Analogous Colors of #df569c

#df569c #df5658 #de56df

Monochromatic Colors of #df569c

#df569c

Complementary Color

#df569c #56df99

#df569c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df569c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df569c Color CSS Codes

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

#df569c Text Font Color

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

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


#df569c Background Color

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

This div background color is #df569c


#df569c Border Color

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

This div border color is #df569c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df569c


Comments

No comments written yet.

Please login to write comment.