Color Hex Logo

#db15df Color Hex

#DB15DF
(219,21,223)
0 Favorites   0 Comments

Color spaces of #db15df

RGB 21921223
HSL0.830.830.48
HSV299°91°87°
CMYK 0.020.910.00   0.13
XYZ42.800920.924171.5949
Yxy20.92410.31630.1546
Hunter Lab45.742986.9697-60.7783
CIE-Lab52.866386.4059-55.1801

#db15df color RGB value is (219,21,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 11011111
Octal 333 25 337
Decimal 219 21 223
Hex DB 15 DF

RGB Percentages of Color #db15df

%47.30
%4.54
%48.16

CMYK Percentages of Color #db15df

%2
%91
%0
%13

Triadic Colors of #db15df

#db15df #dfdb15 #15dfdb

Analogous Colors of #db15df

#db15df #df157e #7615df

Monochromatic Colors of #db15df

#db15df

Complementary Color

#db15df #19df15

#db15df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db15df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db15df Color CSS Codes

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

#db15df Text Font Color

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

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


#db15df Background Color

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

This div background color is #db15df


#db15df Border Color

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

This div border color is #db15df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db15df


Comments

No comments written yet.

Please login to write comment.