Color Hex Logo

#db19bf Color Hex

#DB19BF
(219,25,191)
0 Favorites   0 Comments

Color spaces of #db19bf

RGB 21925191
HSL0.860.800.48
HSV309°89°86°
CMYK 0.000.890.13   0.14
XYZ38.965019.516951.0037
Yxy19.51690.35590.1783
Hunter Lab44.177980.1259-37.5261
CIE-Lab51.286681.4061-39.3146

#db19bf color RGB value is (219,25,191).

#db19bf hex color red value is 219, green value is 25 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db19bf hue: 0.86 , saturation: 0.80 and the lightness value of db19bf is 0.48.

The process color (four color CMYK) of #db19bf color hex is 0.00, 0.89, 0.13, 0.14. Web safe color of #db19bf is #cc00cc. Color #db19bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 10111111
Octal 333 31 277
Decimal 219 25 191
Hex DB 19 BF

RGB Percentages of Color #db19bf

%50.34
%5.75
%43.91

CMYK Percentages of Color #db19bf

%0
%89
%13
%14

Triadic Colors of #db19bf

#db19bf #bfdb19 #19bfdb

Analogous Colors of #db19bf

#db19bf #db195e #9619db

Monochromatic Colors of #db19bf

#db19bf

Complementary Color

#db19bf #19db35

#db19bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db19bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db19bf Color CSS Codes

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

#db19bf Text Font Color

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

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


#db19bf Background Color

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

This div background color is #db19bf


#db19bf Border Color

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

This div border color is #db19bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db19bf


Comments

No comments written yet.

Please login to write comment.