Color Hex Logo

#db07bd Color Hex

#DB07BD
(219,7,189)
0 Favorites   0 Comments

Color spaces of #db07bd

RGB 2197189
HSL0.860.940.44
HSV308°97°86°
CMYK 0.000.970.14   0.14
XYZ38.474718.886149.7617
Yxy18.88610.35920.1763
Hunter Lab43.458181.9793-37.4693
CIE-Lab50.553783.0005-39.3070

#db07bd color RGB value is (219,7,189).

#db07bd hex color red value is 219, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db07bd hue: 0.86 , saturation: 0.94 and the lightness value of db07bd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10111101
Octal 333 7 275
Decimal 219 7 189
Hex DB 7 BD

RGB Percentages of Color #db07bd

%52.77
%1.69
%45.54

CMYK Percentages of Color #db07bd

%0
%97
%14
%14

Triadic Colors of #db07bd

#db07bd #bddb07 #07bddb

Analogous Colors of #db07bd

#db07bd #db0753 #8f07db

Monochromatic Colors of #db07bd

#db07bd

Complementary Color

#db07bd #07db25

#db07bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db07bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db07bd Color CSS Codes

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

#db07bd Text Font Color

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

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


#db07bd Background Color

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

This div background color is #db07bd


#db07bd Border Color

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

This div border color is #db07bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db07bd


Comments

No comments written yet.

Please login to write comment.