Color Hex Logo

#df209c Color Hex

#DF209C
(223,32,156)
0 Favorites   0 Comments

Color spaces of #df209c

RGB 22332156
HSL0.890.750.50
HSV321°86°87°
CMYK 0.000.860.30   0.13
XYZ36.948719.121333.1959
Yxy19.12130.41390.2142
Hunter Lab43.727974.3030-14.4003
CIE-Lab50.828876.8585-19.3861

#df209c color RGB value is (223,32,156).

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

The process color (four color CMYK) of #df209c color hex is 0.00, 0.86, 0.30, 0.13. Web safe color of #df209c is #cc3399. Color #df209c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 10011100
Octal 337 40 234
Decimal 223 32 156
Hex DF 20 9C

RGB Percentages of Color #df209c

%54.26
%7.79
%37.96

CMYK Percentages of Color #df209c

%0
%86
%30
%13

Triadic Colors of #df209c

#df209c #9cdf20 #209cdf

Analogous Colors of #df209c

#df209c #df203c #c320df

Monochromatic Colors of #df209c

#df209c

Complementary Color

#df209c #20df63

#df209c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df209c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df209c Color CSS Codes

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

#df209c Text Font Color

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

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


#df209c Background Color

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

This div background color is #df209c


#df209c Border Color

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

This div border color is #df209c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df209c


Comments

No comments written yet.

Please login to write comment.