Color Hex Logo

#db0baf Color Hex

#DB0BAF
(219,11,175)
0 Favorites   0 Comments

Color spaces of #db0baf

RGB 21911175
HSL0.870.900.45
HSV313°95°86°
CMYK 0.000.950.20   0.14
XYZ37.071018.394642.1541
Yxy18.39460.37970.1884
Hunter Lab42.888979.2307-28.2519
CIE-Lab49.971380.9571-32.0226

#db0baf color RGB value is (219,11,175).

#db0baf hex color red value is 219, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db0baf hue: 0.87 , saturation: 0.90 and the lightness value of db0baf is 0.45.

The process color (four color CMYK) of #db0baf color hex is 0.00, 0.95, 0.20, 0.14. Web safe color of #db0baf is #cc0099. Color #db0baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001011 10101111
Octal 333 13 257
Decimal 219 11 175
Hex DB B AF

RGB Percentages of Color #db0baf

%54.07
%2.72
%43.21

CMYK Percentages of Color #db0baf

%0
%95
%20
%14

Triadic Colors of #db0baf

#db0baf #afdb0b #0bafdb

Analogous Colors of #db0baf

#db0baf #db0b47 #9f0bdb

Monochromatic Colors of #db0baf

#db0baf

Complementary Color

#db0baf #0bdb37

#db0baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0baf Color CSS Codes

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

#db0baf Text Font Color

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

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


#db0baf Background Color

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

This div background color is #db0baf


#db0baf Border Color

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

This div border color is #db0baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0baf


Comments

No comments written yet.

Please login to write comment.