Color Hex Logo

#db96bf Color Hex

#DB96BF
(219,150,191)
0 Favorites   0 Comments

Color spaces of #db96bf

RGB 219150191
HSL0.900.490.72
HSV324°32°86°
CMYK 0.000.320.13   0.14
XYZ49.523740.634354.5232
Yxy40.63430.34230.2809
Hunter Lab63.745027.1233-6.0911
CIE-Lab69.918932.0013-10.6834

#db96bf color RGB value is (219,150,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 10111111
Octal 333 226 277
Decimal 219 150 191
Hex DB 96 BF

RGB Percentages of Color #db96bf

%39.11
%26.79
%34.11

CMYK Percentages of Color #db96bf

%0
%32
%13
%14

Triadic Colors of #db96bf

#db96bf #bfdb96 #96bfdb

Analogous Colors of #db96bf

#db96bf #db969d #d596db

Monochromatic Colors of #db96bf

#db96bf

Complementary Color

#db96bf #96dbb2

#db96bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96bf Color CSS Codes

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

#db96bf Text Font Color

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

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


#db96bf Background Color

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

This div background color is #db96bf


#db96bf Border Color

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

This div border color is #db96bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96bf


Comments

No comments written yet.

Please login to write comment.