Color Hex Logo

#df11cc Color Hex

#DF11CC
(223,17,204)
0 Favorites   0 Comments

Color spaces of #df11cc

RGB 22317204
HSL0.850.860.47
HSV306°92°87°
CMYK 0.000.920.09   0.13
XYZ41.531020.448558.8848
Yxy20.44850.34360.1692
Hunter Lab45.220084.8031-45.5525
CIE-Lab52.340684.8438-45.1177

#df11cc color RGB value is (223,17,204).

#df11cc hex color red value is 223, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df11cc hue: 0.85 , saturation: 0.86 and the lightness value of df11cc is 0.47.

The process color (four color CMYK) of #df11cc color hex is 0.00, 0.92, 0.09, 0.13. Web safe color of #df11cc is #cc00cc. Color #df11cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 11001100
Octal 337 21 314
Decimal 223 17 204
Hex DF 11 CC

RGB Percentages of Color #df11cc

%50.23
%3.83
%45.95

CMYK Percentages of Color #df11cc

%0
%92
%9
%13

Triadic Colors of #df11cc

#df11cc #ccdf11 #11ccdf

Analogous Colors of #df11cc

#df11cc #df1165 #8b11df

Monochromatic Colors of #df11cc

#df11cc

Complementary Color

#df11cc #11df24

#df11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df11cc Color CSS Codes

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

#df11cc Text Font Color

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

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


#df11cc Background Color

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

This div background color is #df11cc


#df11cc Border Color

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

This div border color is #df11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df11cc


Comments

No comments written yet.

Please login to write comment.