Color Hex Logo

#db91ba Color Hex

#DB91BA
(219,145,186)
0 Favorites   0 Comments

Color spaces of #db91ba

RGB 219145186
HSL0.910.510.71
HSV327°34°86°
CMYK 0.000.340.15   0.14
XYZ48.201738.856051.4138
Yxy38.85600.34810.2806
Hunter Lab62.334628.9439-5.2684
CIE-Lab68.646833.8721-9.7983

#db91ba color RGB value is (219,145,186).

#db91ba hex color red value is 219, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db91ba hue: 0.91 , saturation: 0.51 and the lightness value of db91ba is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 10111010
Octal 333 221 272
Decimal 219 145 186
Hex DB 91 BA

RGB Percentages of Color #db91ba

%39.82
%26.36
%33.82

CMYK Percentages of Color #db91ba

%0
%34
%15
%14

Triadic Colors of #db91ba

#db91ba #badb91 #91badb

Analogous Colors of #db91ba

#db91ba #db9195 #d791db

Monochromatic Colors of #db91ba

#db91ba

Complementary Color

#db91ba #91dbb2

#db91ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db91ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db91ba Color CSS Codes

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

#db91ba Text Font Color

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

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


#db91ba Background Color

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

This div background color is #db91ba


#db91ba Border Color

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

This div border color is #db91ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,145,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db91ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db91ba


Comments

No comments written yet.

Please login to write comment.