Color Hex Logo

#db076c Color Hex

#DB076C
(219,7,108)
0 Favorites   0 Comments

Color spaces of #db076c

RGB 2197108
HSL0.920.940.44
HSV331°97°86°
CMYK 0.000.970.51   0.14
XYZ31.996216.294715.6462
Yxy16.29470.50040.2549
Hunter Lab40.366770.84435.2758
CIE-Lab47.358874.72354.4831

#db076c color RGB value is (219,7,108).

#db076c hex color red value is 219, green value is 7 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #db076c hue: 0.92 , saturation: 0.94 and the lightness value of db076c is 0.44.

The process color (four color CMYK) of #db076c color hex is 0.00, 0.97, 0.51, 0.14. Web safe color of #db076c is #cc0066. Color #db076c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 01101100
Octal 333 7 154
Decimal 219 7 108
Hex DB 7 6C

RGB Percentages of Color #db076c

%65.57
%2.10
%32.34

CMYK Percentages of Color #db076c

%0
%97
%51
%14

Triadic Colors of #db076c

#db076c #6cdb07 #076cdb

Analogous Colors of #db076c

#db076c #db0c07 #db07d6

Monochromatic Colors of #db076c

#db076c

Complementary Color

#db076c #07db76

#db076c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db076c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db076c Color CSS Codes

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

#db076c Text Font Color

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

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


#db076c Background Color

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

This div background color is #db076c


#db076c Border Color

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

This div border color is #db076c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db076c


Comments

No comments written yet.

Please login to write comment.