Color Hex Logo

#db99ba Color Hex

#DB99BA
(219,153,186)
0 Favorites   0 Comments

Color spaces of #db99ba

RGB 219153186
HSL0.920.480.73
HSV330°30°86°
CMYK 0.000.300.15   0.14
XYZ49.467641.387751.8358
Yxy41.38770.34670.2901
Hunter Lab64.333324.6703-2.7389
CIE-Lab70.446729.5745-7.1200

#db99ba color RGB value is (219,153,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10111010
Octal 333 231 272
Decimal 219 153 186
Hex DB 99 BA

RGB Percentages of Color #db99ba

%39.25
%27.42
%33.33

CMYK Percentages of Color #db99ba

%0
%30
%15
%14

Triadic Colors of #db99ba

#db99ba #badb99 #99badb

Analogous Colors of #db99ba

#db99ba #db9999 #db99db

Monochromatic Colors of #db99ba

#db99ba

Complementary Color

#db99ba #99dbba

#db99ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99ba Color CSS Codes

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

#db99ba Text Font Color

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

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


#db99ba Background Color

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

This div background color is #db99ba


#db99ba Border Color

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

This div border color is #db99ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99ba


Comments

No comments written yet.

Please login to write comment.