Color Hex Logo

#db96ba Color Hex

#DB96BA
(219,150,186)
0 Favorites   0 Comments

Color spaces of #db96ba

RGB 219150186
HSL0.910.490.72
HSV329°32°86°
CMYK 0.000.320.15   0.14
XYZ48.982740.417951.6741
Yxy40.41790.34720.2865
Hunter Lab63.575126.2726-3.6886
CIE-Lab69.766131.1895-8.1308

#db96ba color RGB value is (219,150,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 10111010
Octal 333 226 272
Decimal 219 150 186
Hex DB 96 BA

RGB Percentages of Color #db96ba

%39.46
%27.03
%33.51

CMYK Percentages of Color #db96ba

%0
%32
%15
%14

Triadic Colors of #db96ba

#db96ba #badb96 #96badb

Analogous Colors of #db96ba

#db96ba #db9698 #da96db

Monochromatic Colors of #db96ba

#db96ba

Complementary Color

#db96ba #96dbb7

#db96ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96ba Color CSS Codes

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

#db96ba Text Font Color

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

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


#db96ba Background Color

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

This div background color is #db96ba


#db96ba Border Color

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

This div border color is #db96ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96ba


Comments

No comments written yet.

Please login to write comment.