Color Hex Logo

#db99bd Color Hex

#DB99BD
(219,153,189)
0 Favorites   0 Comments

Color spaces of #db99bd

RGB 219153189
HSL0.910.480.73
HSV327°30°86°
CMYK 0.000.300.14   0.14
XYZ49.790041.516753.5334
Yxy41.51670.34380.2866
Hunter Lab64.433525.1747-4.1566
CIE-Lab70.536430.0596-8.6518

#db99bd color RGB value is (219,153,189).

#db99bd hex color red value is 219, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db99bd hue: 0.91 , saturation: 0.48 and the lightness value of db99bd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10111101
Octal 333 231 275
Decimal 219 153 189
Hex DB 99 BD

RGB Percentages of Color #db99bd

%39.04
%27.27
%33.69

CMYK Percentages of Color #db99bd

%0
%30
%14
%14

Triadic Colors of #db99bd

#db99bd #bddb99 #99bddb

Analogous Colors of #db99bd

#db99bd #db999c #d899db

Monochromatic Colors of #db99bd

#db99bd

Complementary Color

#db99bd #99dbb7

#db99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99bd Color CSS Codes

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

#db99bd Text Font Color

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

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


#db99bd Background Color

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

This div background color is #db99bd


#db99bd Border Color

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

This div border color is #db99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99bd


Comments

No comments written yet.

Please login to write comment.