Color Hex Logo

#db02bd Color Hex

#DB02BD
(219,2,189)
0 Favorites   0 Comments

Color spaces of #db02bd

RGB 2192189
HSL0.860.980.43
HSV308°99°86°
CMYK 0.000.990.14   0.14
XYZ38.420418.777649.7436
Yxy18.77760.35930.1756
Hunter Lab43.333182.4303-37.7279
CIE-Lab50.426083.3769-39.5085

#db02bd color RGB value is (219,2,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000010 10111101
Octal 333 2 275
Decimal 219 2 189
Hex DB 2 BD

RGB Percentages of Color #db02bd

%53.41
%0.49
%46.10

CMYK Percentages of Color #db02bd

%0
%99
%14
%14

Triadic Colors of #db02bd

#db02bd #bddb02 #02bddb

Analogous Colors of #db02bd

#db02bd #db0251 #8d02db

Monochromatic Colors of #db02bd

#db02bd

Complementary Color

#db02bd #02db20

#db02bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db02bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db02bd Color CSS Codes

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

#db02bd Text Font Color

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

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


#db02bd Background Color

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

This div background color is #db02bd


#db02bd Border Color

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

This div border color is #db02bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db02bd


Comments

No comments written yet.

Please login to write comment.