Color Hex Logo

#db13df Color Hex

#DB13DF
(219,19,223)
0 Favorites   0 Comments

Color spaces of #db13df

RGB 21919223
HSL0.830.840.47
HSV299°91°87°
CMYK 0.020.910.00   0.13
XYZ42.765620.853571.5832
Yxy20.85350.31630.1542
Hunter Lab45.665687.2494-60.9741
CIE-Lab52.788886.6348-55.3043

#db13df color RGB value is (219,19,223).

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

The process color (four color CMYK) of #db13df color hex is 0.02, 0.91, 0.00, 0.13. Web safe color of #db13df is #cc00cc. Color #db13df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 11011111
Octal 333 23 337
Decimal 219 19 223
Hex DB 13 DF

RGB Percentages of Color #db13df

%47.51
%4.12
%48.37

CMYK Percentages of Color #db13df

%2
%91
%0
%13

Triadic Colors of #db13df

#db13df #dfdb13 #13dfdb

Analogous Colors of #db13df

#db13df #df137d #7513df

Monochromatic Colors of #db13df

#db13df

Complementary Color

#db13df #17df13

#db13df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db13df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db13df Color CSS Codes

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

#db13df Text Font Color

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

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


#db13df Background Color

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

This div background color is #db13df


#db13df Border Color

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

This div border color is #db13df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db13df


Comments

No comments written yet.

Please login to write comment.