color codes Logo

#db11df color codes

#DB11DF
(219,17,223)
0 Favorites   0 Comments

Color spaces of #db11df

RGB 21917223
HSL0.830.860.47
HSV299°92°87°
CMYK 0.020.920.00   0.13
XYZ42.733120.788771.5724
Yxy20.78870.31630.1539
Hunter Lab45.594687.5067-61.1545
CIE-Lab52.717586.8451-55.4185

#db11df color RGB value is (219,17,223).

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

The process color (four color CMYK) of #db11df color code is 0.02, 0.92, 0.00, 0.13. Web safe color of #db11df is #cc00cc. Color #db11df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 11011111
Octal 333 21 337
Decimal 219 17 223
Hex DB 11 DF

RGB Percentages of Color #db11df

%47.71
%3.70
%48.58

CMYK Percentages of Color #db11df

%2
%92
%0
%13

Triadic Colors of #db11df

#db11df #dfdb11 #11dfdb

Analogous Colors of #db11df

#db11df #df117c #7411df

Monochromatic Colors of #db11df

#db11df

Complementary Color

#db11df #15df11

#db11df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db11df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db11df Color CSS Codes

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

#db11df Text Font Color

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

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


#db11df Background Color

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

This div background color is #db11df


#db11df Border Color

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

This div border color is #db11df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db11df


Comments

No comments written yet.

Please login to write comment.