Color Hex Logo

#db096f Color Hex

#DB096F
(219,9,111)
0 Favorites   0 Comments

Color spaces of #db096f

RGB 2199111
HSL0.920.920.45
HSV331°96°86°
CMYK 0.000.960.49   0.14
XYZ32.180316.403116.5090
Yxy16.40310.49440.2520
Hunter Lab40.500770.95284.1826
CIE-Lab47.499074.78512.8336

#db096f color RGB value is (219,9,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001001 01101111
Octal 333 11 157
Decimal 219 9 111
Hex DB 9 6F

RGB Percentages of Color #db096f

%64.60
%2.65
%32.74

CMYK Percentages of Color #db096f

%0
%96
%49
%14

Triadic Colors of #db096f

#db096f #6fdb09 #096fdb

Analogous Colors of #db096f

#db096f #db0c09 #db09d8

Monochromatic Colors of #db096f

#db096f

Complementary Color

#db096f #09db75

#db096f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db096f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db096f Color CSS Codes

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

#db096f Text Font Color

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

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


#db096f Background Color

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

This div background color is #db096f


#db096f Border Color

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

This div border color is #db096f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db096f


Comments

No comments written yet.

Please login to write comment.