Color Hex Logo

#df11be Color Hex

#DF11BE
(223,17,190)
0 Favorites   0 Comments

Color spaces of #df11be

RGB 22317190
HSL0.860.860.47
HSV310°92°87°
CMYK 0.000.920.15   0.13
XYZ39.926119.806650.4339
Yxy19.80660.36240.1798
Hunter Lab44.504682.2534-36.0359
CIE-Lab51.617883.0073-38.1628

#df11be color RGB value is (223,17,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 10111110
Octal 337 21 276
Decimal 223 17 190
Hex DF 11 BE

RGB Percentages of Color #df11be

%51.86
%3.95
%44.19

CMYK Percentages of Color #df11be

%0
%92
%15
%13

Triadic Colors of #df11be

#df11be #bedf11 #11bedf

Analogous Colors of #df11be

#df11be #df1157 #9911df

Monochromatic Colors of #df11be

#df11be

Complementary Color

#df11be #11df32

#df11be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df11be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df11be Color CSS Codes

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

#df11be Text Font Color

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

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


#df11be Background Color

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

This div background color is #df11be


#df11be Border Color

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

This div border color is #df11be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df11be


Comments

No comments written yet.

Please login to write comment.