Color Hex Logo

#df206f Color Hex

#DF206F
(223,32,111)
0 Favorites   0 Comments

Color spaces of #df206f

RGB 22332111
HSL0.930.750.50
HSV335°86°87°
CMYK 0.000.860.50   0.13
XYZ33.817217.868716.7056
Yxy17.86870.49450.2613
Hunter Lab42.271468.82556.1586
CIE-Lab49.336572.67625.5800

#df206f color RGB value is (223,32,111).

#df206f hex color red value is 223, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #df206f hue: 0.93 , saturation: 0.75 and the lightness value of df206f is 0.50.

The process color (four color CMYK) of #df206f color hex is 0.00, 0.86, 0.50, 0.13. Web safe color of #df206f is #cc3366. Color #df206f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 01101111
Octal 337 40 157
Decimal 223 32 111
Hex DF 20 6F

RGB Percentages of Color #df206f

%60.93
%8.74
%30.33

CMYK Percentages of Color #df206f

%0
%86
%50
%13

Triadic Colors of #df206f

#df206f #6fdf20 #206fdf

Analogous Colors of #df206f

#df206f #df3120 #df20cf

Monochromatic Colors of #df206f

#df206f

Complementary Color

#df206f #20df90

#df206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df206f Color CSS Codes

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

#df206f Text Font Color

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

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


#df206f Background Color

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

This div background color is #df206f


#df206f Border Color

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

This div border color is #df206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df206f


Comments

No comments written yet.

Please login to write comment.