Color Hex Logo

#db15bf Color Hex

#DB15BF
(219,21,191)
0 Favorites   0 Comments

Color spaces of #db15bf

RGB 21921191
HSL0.860.830.47
HSV308°90°86°
CMYK 0.000.900.13   0.14
XYZ38.885619.358050.9772
Yxy19.35800.35600.1772
Hunter Lab43.997780.7639-37.8969
CIE-Lab51.103481.9429-39.6034

#db15bf color RGB value is (219,21,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 10111111
Octal 333 25 277
Decimal 219 21 191
Hex DB 15 BF

RGB Percentages of Color #db15bf

%50.81
%4.87
%44.32

CMYK Percentages of Color #db15bf

%0
%90
%13
%14

Triadic Colors of #db15bf

#db15bf #bfdb15 #15bfdb

Analogous Colors of #db15bf

#db15bf #db155c #9415db

Monochromatic Colors of #db15bf

#db15bf

Complementary Color

#db15bf #15db31

#db15bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db15bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db15bf Color CSS Codes

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

#db15bf Text Font Color

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

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


#db15bf Background Color

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

This div background color is #db15bf


#db15bf Border Color

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

This div border color is #db15bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db15bf


Comments

No comments written yet.

Please login to write comment.