Color Hex Logo

#db097f Color Hex

#DB097F
(219,9,127)
0 Favorites   0 Comments

Color spaces of #db097f

RGB 2199127
HSL0.910.920.45
HSV326°96°86°
CMYK 0.000.960.42   0.14
XYZ33.141916.787721.5723
Yxy16.78770.46350.2348
Hunter Lab40.972872.6819-2.5354
CIE-Lab47.991476.0996-6.2638

#db097f color RGB value is (219,9,127).

#db097f hex color red value is 219, green value is 9 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db097f hue: 0.91 , saturation: 0.92 and the lightness value of db097f is 0.45.

The process color (four color CMYK) of #db097f color hex is 0.00, 0.96, 0.42, 0.14. Web safe color of #db097f is #cc0066. Color #db097f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001001 01111111
Octal 333 11 177
Decimal 219 9 127
Hex DB 9 7F

RGB Percentages of Color #db097f

%61.69
%2.54
%35.77

CMYK Percentages of Color #db097f

%0
%96
%42
%14

Triadic Colors of #db097f

#db097f #7fdb09 #097fdb

Analogous Colors of #db097f

#db097f #db0916 #ce09db

Monochromatic Colors of #db097f

#db097f

Complementary Color

#db097f #09db65

#db097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db097f Color CSS Codes

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

#db097f Text Font Color

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

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


#db097f Background Color

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

This div background color is #db097f


#db097f Border Color

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

This div border color is #db097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db097f


Comments

No comments written yet.

Please login to write comment.