Color Hex Logo

#db92bd Color Hex

#DB92BD
(219,146,189)
0 Favorites   0 Comments

Color spaces of #db92bd

RGB 219146189
HSL0.900.500.72
HSV325°33°86°
CMYK 0.000.330.14   0.14
XYZ48.677639.292053.1626
Yxy39.29200.34490.2784
Hunter Lab62.683328.9208-6.4063
CIE-Lab68.962333.8205-11.0006

#db92bd color RGB value is (219,146,189).

#db92bd hex color red value is 219, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db92bd hue: 0.90 , saturation: 0.50 and the lightness value of db92bd is 0.72.

The process color (four color CMYK) of #db92bd color hex is 0.00, 0.33, 0.14, 0.14. Web safe color of #db92bd is #cc99cc. Color #db92bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 10111101
Octal 333 222 275
Decimal 219 146 189
Hex DB 92 BD

RGB Percentages of Color #db92bd

%39.53
%26.35
%34.12

CMYK Percentages of Color #db92bd

%0
%33
%14
%14

Triadic Colors of #db92bd

#db92bd #bddb92 #92bddb

Analogous Colors of #db92bd

#db92bd #db9299 #d592db

Monochromatic Colors of #db92bd

#db92bd

Complementary Color

#db92bd #92dbb0

#db92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db92bd Color CSS Codes

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

#db92bd Text Font Color

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

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


#db92bd Background Color

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

This div background color is #db92bd


#db92bd Border Color

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

This div border color is #db92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db92bd


Comments

No comments written yet.

Please login to write comment.