Color Hex Logo

#db99bf Color Hex

#DB99BF
(219,153,191)
0 Favorites   0 Comments

Color spaces of #db99bf

RGB 219153191
HSL0.900.480.73
HSV325°30°86°
CMYK 0.000.300.13   0.14
XYZ50.008641.604154.6849
Yxy41.60410.34180.2844
Hunter Lab64.501225.5161-5.1159
CIE-Lab70.597130.3871-9.6710

#db99bf color RGB value is (219,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10111111
Octal 333 231 277
Decimal 219 153 191
Hex DB 99 BF

RGB Percentages of Color #db99bf

%38.90
%27.18
%33.93

CMYK Percentages of Color #db99bf

%0
%30
%13
%14

Triadic Colors of #db99bf

#db99bf #bfdb99 #99bfdb

Analogous Colors of #db99bf

#db99bf #db999e #d699db

Monochromatic Colors of #db99bf

#db99bf

Complementary Color

#db99bf #99dbb5

#db99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99bf Color CSS Codes

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

#db99bf Text Font Color

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

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


#db99bf Background Color

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

This div background color is #db99bf


#db99bf Border Color

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

This div border color is #db99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99bf


Comments

No comments written yet.

Please login to write comment.